serial method

MigrationColumn serial(
  1. String name
)

Implementation

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