Marten::DB::Management::ProjectState
Represents the state of the whole DB schema of the project at a specific step in a migration plan.
Constructors
new(tables = [] of TableState)
SourceClass methods
Instance methods
Deletes a table state from the current project state.
Returns the table state corresponding to the passed app label and table name.
Returns the table state corresponding to the passed table ID.
Renames a specific a table state.
tables
Source