HHH-3604 whoops
This commit is contained in:
parent
97c7a18193
commit
4207017198
|
@ -603,7 +603,7 @@ public class TableGenerator implements PersistentIdentifierGenerator, Configurab
|
|||
.append( ", primary key ( " )
|
||||
.append( segmentColumnName )
|
||||
.append( " ) )" )
|
||||
.append( dialect.getCreateTableString() )
|
||||
.append( dialect.getTableTypeString() )
|
||||
.toString()
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue