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
It currently always assumes BIGINT is being used and looks for the sequence assigned to the table. Thus assigning the default as nextval(sequence_name) rather than gen_random_uuid() when a UUID is specified.