MetaTableColumn.defaultValue
string defaultValue() @propertyGet defaultValue field.
Returns
the column's default value, represented as a valid SQL value (surrounded by simple quotes for strings, ...), or null if column has no default value
void defaultValue(string propval) @propertySet defaultValue field.
Parameters
propval | the column's default value, represented as a valid SQL value (surrounded by simple quotes for strings, ...), or null if column has no default value |