Interface IAlterTableAddColumnOrAlterColumnOrSchemaSyntax
Inherited Members
Namespace: FluentMigrator .Builders.Alter.Table
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IAlterTableAddColumnOrAlterColumnOrSchemaSyntax : IAlterTableAddColumnOrAlterColumnSyntax
Methods
InSchema(string)
Declaration
IAlterTableAddColumnOrAlterColumnSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName |
Returns
Type | Description |
---|---|
IAlter |