clob method

MigrationColumn clob(
  1. String name
)
inherited

Implementation

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