Indicates that the column has no default attribute.
final byte ColumnSchema.COLUMN_DEFAULT_NONE
The following defaults apply when no default attribute is assigned:
Nullable columns default to null
Not nullable numeric columns default to zero
Not nullable varying length columns default to zero length values.
The default value of existing tables can be determined by querying the column_default column in the TableSchema.SYS_COLUMNS system table.