Interface ICreateColumnAsTypeOrInSchemaSyntax
Set the column type or the table schema
Inherited Members
Namespace: FluentMigrator.Builders.Create.Column
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateColumnAsTypeOrInSchemaSyntax : ICreateColumnAsTypeSyntax, IColumnTypeSyntax<ICreateColumnOptionSyntax>
Methods
| Edit this page View SourceInSchema(string)
Set the table schema
Declaration
ICreateColumnAsTypeSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema name |
Returns
Type | Description |
---|---|
ICreateColumnAsTypeSyntax | The interface to define the column type |