Interface ICreateColumnOnTableSyntax
Interface to specify the table for a column
Namespace: FluentMigrator.Builders.Create.Column
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateColumnOnTableSyntax
Methods
| Edit this page View SourceOnTable(string)
Specify the table for the column
Declaration
ICreateColumnAsTypeOrInSchemaSyntax OnTable(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The table name |
Returns
| Type | Description |
|---|---|
| ICreateColumnAsTypeOrInSchemaSyntax | The interface to specify the table schema or column information |