Interface ICreateTableWithColumnOrSchemaSyntax
Define the table schema or a new column
Inherited Members
Namespace: FluentMigrator.Builders.Create.Table
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateTableWithColumnOrSchemaSyntax : ICreateTableWithColumnSyntax
Methods
| Edit this page View SourceInSchema(string)
Define the tables schema
Declaration
ICreateTableWithColumnSyntax InSchema(string schemaName)
Parameters
Type | Name | Description |
---|---|---|
string | schemaName | The schema name |
Returns
Type | Description |
---|---|
ICreateTableWithColumnSyntax | Define a new column |