defaultNull method

ColumnDefinition defaultNull()

Default to NULL.

Implementation

ColumnDefinition defaultNull() => defaultsTo(null);