634635636637638639640641642643644
_log.info(_loc.get("make-seq-table")); // create the table SchemaTool tool = new SchemaTool(_conf); tool.setIgnoreErrors(true); tool.createTable(_pkColumn.getTable()); } /** * Drops the sequence table in the DB. */
568569570571572573574575576577578