Variable ColumnInfo.defaultValue
The default value as a string if not NULL
Declaration
struct ColumnInfo
{
// ...
string defaultValue;
// ...
}
The default value as a string if not NULL
struct ColumnInfo
{
// ...
string defaultValue;
// ...
}