How would you update a model’s set of records if y...
# orm-help
d
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
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