the question is, how to create it?
# exposed
z
the question is, how to create it?
Seems to me you should first create the user (in a separate transaction), then use the reference in the UserInterest insert
Because user uses a UUID, you could actually create it in the same transaction, as is described in the wiki. But in general, creating the entities you reference first, should work
👍 1
z
Thanks so much.