We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fa919 commit 70eee7bCopy full SHA for 70eee7b
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/InformixDialect.java
@@ -451,8 +451,7 @@ public String getAddForeignKeyConstraintString(
451
String[] primaryKey,
452
boolean referencesPrimaryKey) {
453
final StringBuilder result = new StringBuilder( 30 )
454
- .append( " add constraint " )
455
- .append( " foreign key (" )
+ .append( " add constraint foreign key (" )
456
.append( String.join( ", ", foreignKey ) )
457
.append( ") references " )
458
.append( referencedTable );
0 commit comments