How would you update a foreign key of a certain en...
# exposed
m
How would you update a foreign key of a certain entry by using a DAO? Let's say there's a
Purchase
with a
userId
foreign key, how do I change the purchase's
userId
to be a different one?