Make UUID the default primary key type #44035
Unanswered
v-mec
asked this question in
Feature Requests
Replies: 0 comments
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.
-
Currently, when creating a new table in the dashboard, the primary key is preselected as an auto-incrementing int.
However, uuid is generally the preferred option as it avoids predictable IDs and works better for distributed systems.
Switching the default to uuid would better align with common practices and would make projects managed by less experienced developers less likely to suffer from security issues.
Beta Was this translation helpful? Give feedback.
All reactions