Interface ICreateConstraintOnTableSyntax
Namespace: FluentMigrator.Builders.Create.Constraint
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateConstraintOnTableSyntax
  Methods
OnTable(string)
Declaration
ICreateConstraintWithSchemaOrColumnSyntax OnTable(string tableName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | tableName | 
Returns
| Type | Description | 
|---|---|
| ICreateConstraintWithSchemaOrColumnSyntax |