You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use UUIDv4 as "id" field (primary key). I set it as CHAR(36) and tha value is created via MySQL trigger "before insert". The value is set in the right way but it's not returned.
I read other issues here about this case but solutions seems not to work.
P.S. I would prefer to create UUIDv4 server-side and not client-side as written in some of the above mentioned issues.
The text was updated successfully, but these errors were encountered:
Hi everyone.
I'm trying to use UUIDv4 as "id" field (primary key). I set it as CHAR(36) and tha value is created via MySQL trigger "before insert". The value is set in the right way but it's not returned.
I read other issues here about this case but solutions seems not to work.
P.S. I would prefer to create UUIDv4 server-side and not client-side as written in some of the above mentioned issues.
The text was updated successfully, but these errors were encountered: