blob method

MigrationColumn blob(
  1. String name
)
inherited

Implementation

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