integer method

MigrationColumn integer(
  1. String name
)

Implementation

MigrationColumn integer(String name) => declare(name, ColumnType.int);