mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 14:44:48 +00:00
HHH-15754 IF [NOT] EXISTS DDL
This commit is contained in:
parent
a92497e5ba
commit
9cad53908b
@ -940,6 +940,11 @@ public boolean supportsIfExistsBeforeTableName() {
|
||||
return getVersion().isSameOrAfter( 23 );
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean supportsIfExistsAfterAlterTable() {
|
||||
return getVersion().isSameOrAfter( 23 );
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCascadeConstraintsString() {
|
||||
return " cascade constraints";
|
||||
|
Loading…
x
Reference in New Issue
Block a user