We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11539ae commit 0bf5cefCopy full SHA for 0bf5cef
db/dss_ddl.sql
@@ -190,6 +190,7 @@ CREATE TABLE `dss_workspace_dictionary` (
190
`icon` varchar(200) DEFAULT NULL COMMENT '图标',
191
`order_num` int(2) DEFAULT '1' COMMENT '序号',
192
`remark` varchar(1000) DEFAULT NULL COMMENT '备注',
193
+ `checked` tinyint(1) DEFAULT '0' COMMENT '默认勾选,1表示勾选,0表示未勾选',
194
`create_user` varchar(100) DEFAULT NULL COMMENT '创建人',
195
`create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
196
`update_user` varchar(100) DEFAULT NULL COMMENT '更新人',
0 commit comments