public MadResult execute() throws Exception {
// configure
SchemaChangeProcessor[] processors = new SchemaChangeProcessor[] {
new TableCreationValuator(),
new ConstraintCreationValuator(),
new ConstraintColumnChangeDetector(),
new SingleColumnConstraintAggregator(),
};