C# 클래스 Habanero.Test.Migrations.Migration_1_InitialDataStructure

상속: FluentMigrator.Migration
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CreateContactPersonAddressTable() 공개 정적인 메소드

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

CreateContactPersonTable() 공개 정적인 메소드

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

Down() 공개 메소드

public Down ( ) : void
리턴 void

Up() 공개 메소드

public Up ( ) : void
리턴 void