Marten::DB::Migration::Operation::RenameTable
Inherits Marten::DB::Migration::Operation::Base / Marten::DB::CanFormatStringsOrSymbols / Reference / Object
Constructors
Instance methods
Applies the operation in a backward way at the database level.
For most operation, this will involve "unapplying" whatever was done as part of the #mutate_db_forward
method.
Applies the operation at the database level.
Applies the operation at the project state level.
Combines the specified operation with the current one and return an array of corresponding operations.
Returns true if the operation references the specified table column.
Returns true if the operation references the specified table.
Renders a serialized version of the mutation.
This method is used when generating migrations: the serialized operation is inserted in the #plan method
of the generated migration.