Concepts > Attributes (MetaAttributes) > Default Expression \ PostgreSQL
Default Expression \ PostgreSQL
The DEFAULT clause assigns a default data value for the column whose column definition it
appears within. The value is any variable-free expression (subqueries and cross-references to
other columns in the current table are not allowed). The data type of the default expression must
match the data type of the column.
Translations
Type
String (512) Standard
 
List of MetaClasses