REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
Table Column Default Value
-
How can I set the default value of a column to UUID? And is there a list of other 'auto-enter' calculations? The only one I know so far is CURRENT_TIMESTAMP ... Thanks in advance!
-
Hey,
Very interesting topic. Until now we only allow computed default values on date&time columns, the rest are treated as string.
So using UUID will result in "UUID" instead of a beautiful "1231203210-01232193219-12032139". I add it to our improvement list to decide if it is treated as a computed value or as a defined value (string). -
I have been wishing for this. @Wassim Would it be possible to choose to use an integer or a UUID for the default 'id' / index column?