变更测试使用的字段名
This commit is contained in:
@@ -25,7 +25,7 @@ public class SeqGeneratorConfig {
|
||||
tableConfig.setTable("sequences");
|
||||
tableConfig.setKeyColumn("SEQUENCE_KEY");
|
||||
tableConfig.setTypeColumn("SEQUENCE_TYPE");
|
||||
tableConfig.setSeqColumn("NEXT_ID");
|
||||
tableConfig.setSeqColumn("CURRENT_ID");
|
||||
return tableConfig;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user