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