Table of Contents

Namespace GroupeIsa.Neos.Migration.Commands

Interfaces

IAlterColumn

Provides the functionalities of a command to alter a column.

IChangeColumnTypeToLocalizableString

Provides the functionalities of a command to change a column data type to LocalizableString.

ICommand

Provides the functionalities of a command.

ICommandExecutionArgs

Provides the functionalities of command execution arguments.

ICommandList

Provides the functionalities of a list of migration commands.

ICreateColumn

Provides the functionalities of a command to create a column.

ICreateForeignKey

Provides the functionalities of a command to create a foreign key.

ICreateIndex

Provides the functionalities of a command to create an index.

ICreatePrimaryKey

Provides the functionalities of a command to create a primary key.

ICreateTable

Provides the functionalities of a command to create a table.

ICreateView

Provides the functionalities of a command to create a view.

IDeleteDefaultValueConstraint

Provides the functionalities of a command to delete constraint column.

IDeleteNotNullConstraint

Provides the functionalities of a command to delete constraint column.

IDropColumn

Provides the functionalities of a command to drop a column.

IDropForeignKey

Provides the functionalities of a command to drop a foreign key.

IDropIndex

Provides the functionalities of a command to drop an index.

IDropPrimaryKey

Provides the functionalities a command to drop a primary key.

IDropTable

Provides the functionalities a command to drop a table.

IDropView

Provides the functionalities a command to drop a view.

IExcludeForeignKey

Provides the functionalities a command to exclude a foreign key from the migration.

IExcludeIndex

Provides the functionalities a command to exclude an index from the migration.

IExcludePrimaryKey

Provides the functionalities a command to exclude a primary key from the migration.

IExcludeTable

Provides the functionalities a command to exclude a table from the migration.

IRenameColumn

Provides the functionalities a command to rename a column.

IRenameIndex

Provides the functionalities a command to rename a index.

IRunOnceCommand

Provides the functionalities of a run once command.

ISetNotNullConstraint

Provides the functionalities of a command for setting a not null constraint.

IUpdateSchemaVersion

Provides the functionalities the functionalities of a command to update schema version.