Replies: 3 comments 2 replies
|
I don't think there's a way to configure this right now. Just curious, is your use case something like automatic table creation? Or just convenience on the UI side? |
1 reply
|
Second this, to me having ids default to an integer don't make much sense and I always want to change it to UUID |
1 reply
|
Hello, everyone. Has anyone ever suggested this as a feature? |
0 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.
Is there a way to configure projects, such that every time a table is created specific columns, with defined types, are always created? For example, when I create a new table today, supabase automatically adds
idandcreated_atfields. I would like to change the default type ofidfromint8touuidwith a default value ofuuid_generate_v4()and an additional columnupdated_atwith typetimestamptz.All reactions