ColumnDefinition constructor
ColumnDefinition({})
Creates a new ColumnDefinition.
Implementation
ColumnDefinition({
required this.name,
required this.type,
this.constraint,
this.autoincrement = false,
this.nullable = true,
this.defaultValue,
});