declare method

MigrationColumn declare(
  1. String name,
  2. ColumnType type
)
inherited

Implementation

MigrationColumn declare(String name, ColumnType type) =>
    declareColumn(name, MigrationColumn(type));