FeatureFuel
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.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests