smallInt method
Create a small integer column
Implementation
ColumnDefinition smallInt(String name) {
return ColumnDefinition(this, name, 'SMALLINT').length(5);
}
Create a small integer column
ColumnDefinition smallInt(String name) {
return ColumnDefinition(this, name, 'SMALLINT').length(5);
}