mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-29 02:32:33 +08:00
移动
This commit is contained in:
@ -104,8 +104,7 @@ public class MysqlSqlBuilder extends DefaultSqlBuilder {
|
||||
}
|
||||
|
||||
// 判断移动的字段
|
||||
List<TableColumn> moveColumnList = new ArrayList<>();
|
||||
moveColumnList = movedElements(oldTable.getColumnList(), newTable.getColumnList());
|
||||
List<TableColumn> moveColumnList = movedElements(oldTable.getColumnList(), newTable.getColumnList());
|
||||
|
||||
// append modify column
|
||||
for (TableColumn tableColumn : newTable.getColumnList()) {
|
||||
|
Reference in New Issue
Block a user