text method

MigrationColumn text(
  1. String name
)
inherited

Implementation

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