declare method

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

Implementation

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