adonisjs/auth

UUID support in foreign keys

Opened this issue · 1 comments

I used UUID (char(36)) on the access_auth_tokens table. I switched it to bigint and it's working fine now. Hopefully UUID will be supported here.

Originally posted by @sooluh in #241 (comment)

Please share a reproduction that we can use to verify the issue.