Méthode | 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 |
public static CreateContactPersonAddressTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person_address", string referencedContactPersonTableName = "contact_person" ) : void | ||
migrationBase | FluentMigrator.MigrationBase | |
tableName | string | |
referencedContactPersonTableName | string | |
Résultat | void |
public static CreateContactPersonTable ( FluentMigrator.MigrationBase migrationBase, string tableName = "contact_person" ) : void | ||
migrationBase | FluentMigrator.MigrationBase | |
tableName | string | |
Résultat | void |