Column.integer constructor
const
Column.integer(
- String name
Create an INTEGER column.
Implementation
const Column.integer(this.name) : type = ColumnType.integer;
Create an INTEGER column.
const Column.integer(this.name) : type = ColumnType.integer;