C# Class Habanero.Test.Migrations.Migration_1_InitialDataStructure

Inheritance: FluentMigrator.Migration
Mostra file Open project: Chillisoft/habanero Class Usage Examples

Public Methods

Method Description
CreateContactPersonAddressTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person_address", string referencedContactPersonTableName = "contact_person" ) : void
CreateContactPersonTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person" ) : void
Down ( ) : void
Up ( ) : void

Method Details

CreateContactPersonAddressTable() public static method

public static CreateContactPersonAddressTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person_address", string referencedContactPersonTableName = "contact_person" ) : void
migrationBase FluentMigrator.MigrationBase
tableName string
referencedContactPersonTableName string
return void

CreateContactPersonTable() public static method

public static CreateContactPersonTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person" ) : void
migrationBase FluentMigrator.MigrationBase
tableName string
return void

Down() public method

public Down ( ) : void
return void

Up() public method

public Up ( ) : void
return void