Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Marten::DB::Management::Migrations::Diff::Migration
Inherits
Marten::DB::CanFormatStringsOrSymbols
/
Reference
/
Object
Constructors
new
(app_label :
String
, name :
String
, operations :
Array
(
DB::Migration::Operation::Base
), dependencies :
Array
(
Tuple
(
String
,
String
)), replacements :
Array
(
Tuple
(
String
,
String
)) =
Array
(
Tuple
(
String
,
String
)).new)
Source
Instance methods
app_label
Source
dependencies
Source
name
Source
operations
Source
operations=
(operations :
Array
(
Marten::DB::Migration::Operation::Base
))
Source
replacements
Source
replacements=
(replacements :
Array
(
Tuple
(
String
,
String
)))
Source
serialize
Source
version
Source