Interface IDeleteDefaultConstraintOnColumnOrInSchemaSyntax
Delete the default constraint from the given column
Inherited Members
Namespace: FluentMigrator.Builders.Delete.DefaultConstraint
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteDefaultConstraintOnColumnOrInSchemaSyntax : IDeleteDefaultConstraintOnColumnSyntax
Methods
| Edit this page View SourceInSchema(string)
The table schema of the columns default constraint
Declaration
IDeleteDefaultConstraintOnColumnSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema name |
Returns
Type | Description |
---|---|
IDeleteDefaultConstraintOnColumnSyntax | The next step |