Interface ICreateTableWithColumnSyntax
Define a new column
Namespace: FluentMigrator.Builders.Create.Table
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateTableWithColumnSyntax
Methods
| Edit this page View SourceWithColumn(string)
Define a new column
Declaration
ICreateTableColumnAsTypeSyntax WithColumn(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The column name |
Returns
Type | Description |
---|---|
ICreateTableColumnAsTypeSyntax | Define the columns type |