Replies: 2 comments 7 replies
-
you only need the primary key as uuid in Tokens table or all? |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you will change the primary key to Technically uuid and auto increment counters both should work. Its just that they will impact the overall size of the token |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am usually using uuid as the primary key in all tables and I want to define this in API tokens table.
Is there any way to change the primary key value from increment integer to uuid values generated?
Beta Was this translation helpful? Give feedback.
All reactions