support drop table

This commit is contained in:
jipengfei.jpf
2023-07-01 11:39:12 +08:00
parent fd572267f2
commit 2c31feedbf
10 changed files with 89 additions and 8 deletions

View File

@ -32,6 +32,8 @@ public class TableVO {
*/
private List<IndexVO> indexList;
/**
* 是否已经被固定
*/
private boolean pinned;
}