Interface IDeleteDefaultConstraintOnTableSyntax
Define the table of the column to delete the default constraint from
Namespace: FluentMigrator.Builders.Delete.DefaultConstraint
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteDefaultConstraintOnTableSyntax
Methods
OnTable(string)
Specify the name of the table to delete the columns default constraint from
Declaration
IDeleteDefaultConstraintOnColumnOrInSchemaSyntax OnTable(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName | The table name |
Returns
| Type | Description |
|---|---|
| IDeleteDefaultConstraintOnColumnOrInSchemaSyntax | The next step |