1
Make UUID the default primary key type
Source: supabase/supabase#44035 · opened by @v-mec
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.
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.
No pledges yet. Be the first to back this.
Comments
Similar requests
Function recognition in input fields
1 vote · 0 comments
Add the ability to generate random UUIDs for UUID cells
1 vote · 0 comments
Support for Distinct Credentials between Read Replica and Primary Database
1 vote · 0 comments
Add Kotlin type generator
2 votes · 0 comments
Add option to pass custom user uuid on sign up
2 votes · 0 comments
No comments yet.