C# Class MigSharp.ExistingSchemaExtensions

Contains extension methods for the IExistingSchema interface.
Mostrar archivo Open project: dradovic/MigSharp

Public Methods

Method Description
CreateTable ( this schema, string tableName ) : ICreatedTable

Creates a new table on the database with a default primary key constraint name.

Method Details

CreateTable() public static method

Creates a new table on the database with a default primary key constraint name.
public static CreateTable ( this schema, string tableName ) : ICreatedTable
schema this
tableName string
return ICreatedTable