MetaTableColumn.defaultValue
string defaultValue() @property nothrowGet 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) @property nothrowSet 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 |