from method
Rename the column from an old name (used in migrations).
Implementation
ColumnDefinition from(String oldName) {
_oldName = oldName;
return this;
}
Rename the column from an old name (used in migrations).
ColumnDefinition from(String oldName) {
_oldName = oldName;
return this;
}