Skip to content

Commit 0bf5cef

Browse files
committed
update init sql
1 parent 11539ae commit 0bf5cef

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

db/dss_ddl.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ CREATE TABLE `dss_workspace_dictionary` (
190190
`icon` varchar(200) DEFAULT NULL COMMENT '图标',
191191
`order_num` int(2) DEFAULT '1' COMMENT '序号',
192192
`remark` varchar(1000) DEFAULT NULL COMMENT '备注',
193+
`checked` tinyint(1) DEFAULT '0' COMMENT '默认勾选,1表示勾选,0表示未勾选',
193194
`create_user` varchar(100) DEFAULT NULL COMMENT '创建人',
194195
`create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
195196
`update_user` varchar(100) DEFAULT NULL COMMENT '更新人',

0 commit comments

Comments
 (0)