toSqlStatements method
The SQL statements equivalent to this operation, run in order.
Implementation
@override
List<String> toSqlStatements(String table, SqlDialect dialect) => ['ALTER TABLE ${_ident(table)} RENAME COLUMN ${_ident(from)} TO ${_ident(to)}'];