Interface IDeleteDefaultConstraintOnColumnSyntax
Specify the column to delete the default constraint from
Namespace: FluentMigrator.Builders.Delete.DefaultConstraint
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteDefaultConstraintOnColumnSyntax
Methods
| Edit this page View SourceOnColumn(string)
The column to delete the default constraint from
Declaration
void OnColumn(string columnName)
Parameters
Type | Name | Description |
---|---|---|
string | columnName | The column name |