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