, or make new query
because of reload method , i think using instance have bad performance than using query (model .update for example , instead using :
instance .name = new name ;
await instance.save ()
await instance.reload();
are you sure with what you are doing? ..are you creating or updating a record?
Обсуждают сегодня