JDBCConfiguration conf = (JDBCConfiguration) getConfiguration();
_fks = conf.getDBDictionaryInstance().supportsForeignKeys
&& getCurrentPlatform() != AbstractTestCase.Platform.MYSQL
&& getCurrentPlatform() != AbstractTestCase.Platform.MARIADB;
LazySchemaFactory factory = new LazySchemaFactory();
factory.setConfiguration(conf);
factory.setPrimaryKeys(true);
factory.setIndexes(true);
factory.setForeignKeys(true);
_group = factory;
}