Namespace FluentMigrator.Builders.Create.ForeignKey
Interfaces
ICreateForeignKeyCascadeSyntax
Defines the cascading rules of a foreign key constraint
ICreateForeignKeyForeignColumnOrInSchemaSyntax
Interface to define the foreign key columns or the foreign keys table schema
ICreateForeignKeyForeignColumnSyntax
Interface to define the foreign key columns
ICreateForeignKeyFromTableSyntax
Specify the table to create of foreign key for
ICreateForeignKeyPrimaryColumnOrInSchemaSyntax
Specify the schema of the foreign keys primary table
ICreateForeignKeyPrimaryColumnSyntax
Define the primary table columns for a foreign key
ICreateForeignKeyToTableSyntax
Specify the foreign keys primary table