How would you update a model’s set of records if you have an
Object[ ]
with a
unique field identifier
and the column you want to update with the new value?
n
Nurul
04/29/2022, 10:01 AM
Hey Daemon 👋
You could loop through the object and update records individually, but if you could share your schema file and the query which you are trying to invoke I could have a look and see if there’s any better way