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 0fd5404 commit 0189680Copy full SHA for 0189680
tooling/hibernate-ant/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java
@@ -390,6 +390,8 @@ public static void execute(CommandLineArgs commandLineArgs) throws Exception {
390
StandardServiceRegistry serviceRegistry = buildStandardServiceRegistry( commandLineArgs );
391
try {
392
final MetadataImplementor metadata = buildMetadata( commandLineArgs, serviceRegistry );
393
+ metadata.orderColumns( false );
394
+ metadata.validate();
395
396
new SchemaExport()
397
.setHaltOnError( commandLineArgs.halt )
0 commit comments