Does `create` option in `upsert` update if there i...
# orm-help
a
Does
create
option in
upsert
update if there is an existing record?
r
No you need to specify
update
in
upsert
to update an existing record.