MetaTableColumn.defaultValue

string defaultValue() @property

Get 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

Set defaultValue field.

Parameters

propvalthe column's default value, represented as a valid SQL value (surrounded by simple quotes for strings, ...), or null if column has no default value