mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Postgres dropTableCascade - Internal changes for DB Migration / DDL generation #369
This commit is contained in:
@@ -11,6 +11,7 @@ public class PostgresDdl extends PlatformDdl {
|
||||
public PostgresDdl(DbTypeMap platformTypes, DbIdentity dbIdentity) {
|
||||
super(platformTypes, dbIdentity);
|
||||
this.historyDdl = new PostgresHistoryDdl(this.namingConvention.normalise);
|
||||
this.dropTableCascade = " cascade";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user