UUID support in foreign keys
Opened this issue · 1 comments
Deleted user commented
I used UUID (
char(36)
) on theaccess_auth_tokens
table. I switched it tobigint
and it's working fine now. Hopefully UUID will be supported here.
Originally posted by @sooluh in #241 (comment)
thetutlage commented
Please share a reproduction that we can use to verify the issue.