// configure
SchemaChangeProcessor[] processors = new SchemaChangeProcessor[] {
new TableCreationValuator(),
new ConstraintCreationValuator(),
new ConstraintColumnChangeDetector(),
new SingleColumnConstraintAggregator(),
};
// Read meta data
System.out.println("Running...");