The Migration type exposes the following members.

Methods

  NameDescription
AddColumnOverloaded.
AddForeignKeyColumnOverloaded.
AddKeyTableOverloaded.
AddTableOverloaded.
ChangeColumnOverloaded.
Down
Migrate the database state back.
DropColumnOverloaded.
DropForeignKeyColumn
Remove a column and its associated foreign key.
DropTableOverloaded.
ExecuteNativeCommand
Executes a database native command.
RenameColumnOverloaded.
RenameTable
Rename an existing table to a new name.
Up
Migrate the database state forward.

See Also