abstract class Marten::DB::Migration::Operation::Base

Included Modules

Direct Known Subclasses

Defined in:

marten/db/migration/operation/base.cr

Instance Method Summary

Instance methods inherited from module Marten::DB::CanFormatStringsOrSymbols

format_string_or_symbol(value : String) format_string_or_symbol

Instance Method Detail

abstract def describe : String #

[View source]
def faked=(faked : Bool) #

[View source]
def faked? : Bool #

[View source]
abstract def mutate_db_backward(app_label : String, schema_editor : Management::SchemaEditor::Base, from_state : Management::ProjectState, to_state : Management::ProjectState) : Nil #

[View source]
abstract def mutate_db_forward(app_label : String, schema_editor : Management::SchemaEditor::Base, from_state : Management::ProjectState, to_state : Management::ProjectState) : Nil #

[View source]
abstract def mutate_state_forward(app_label : String, state : Management::ProjectState) : Nil #

[View source]
abstract def serialize : String #

[View source]