many to many relation with uuid's
i'm trying to create a many to many relation with uuids. if i try to push the changes to the database (pg) i got the following error:
my code looks like this:
userTable.id and projectTable.id are both uuid's
do have someone any clou why i get this error?
1 Reply
if i use the migrations it works. the error only happens if i use the push function