HHH-3604 whoops

This commit is contained in:
Brett Meyer 2013-12-09 18:45:52 -05:00
parent 97c7a18193
commit 4207017198
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ public class TableGenerator implements PersistentIdentifierGenerator, Configurab
.append( ", primary key ( " )
.append( segmentColumnName )
.append( " ) )" )
.append( dialect.getCreateTableString() )
.append( dialect.getTableTypeString() )
.toString()
};
}