mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-09-23 05:23:08 +08:00
support drop table
This commit is contained in:
@ -32,6 +32,8 @@ public class TableVO {
|
||||
*/
|
||||
private List<IndexVO> indexList;
|
||||
|
||||
|
||||
/**
|
||||
* 是否已经被固定
|
||||
*/
|
||||
private boolean pinned;
|
||||
}
|
||||
|
Reference in New Issue
Block a user