Column.integer constructor

const Column.integer(
  1. String name
)

Create an INTEGER column.

Implementation

const Column.integer(this.name) : type = ColumnType.integer;