refactor: dbms与标签管理优化

This commit is contained in:
meilin.huang
2024-03-21 17:15:52 +08:00
parent b13d27ccd6
commit b2cfd1517c
43 changed files with 536 additions and 564 deletions

View File

@@ -211,7 +211,3 @@ func (od *OracleDialect) CreateIndex(tableInfo dbi.Table, indexs []dbi.Index) er
_, err := od.dc.Exec(strings.Join(sqlArr, ";"))
return err
}
func (od *OracleDialect) UpdateSequence(tableName string, columns []dbi.Column) {
}