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