ColumnInfo.defaultValue

The default value as a string if not NULL.

Depending on the database (see comments for defaultNull and the related "see also" link there), this may be either null or "NULL" if the column's default value is NULL.

struct ColumnInfo
string defaultValue;

Meta