Skip to content

Commit

Permalink
update init sql
Browse files Browse the repository at this point in the history
  • Loading branch information
yuankang134 committed Jan 19, 2024
1 parent 5302cc1 commit e357d72
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions db/dss_ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ CREATE TABLE `dss_workspace_dictionary` (
`icon` varchar(200) DEFAULT NULL COMMENT '图标',
`order_num` int(2) DEFAULT '1' COMMENT '序号',
`remark` varchar(1000) DEFAULT NULL COMMENT '备注',
`checked` tinyint(1) DEFAULT '0' COMMENT '默认勾选,1表示勾选,0表示未勾选',
`create_user` varchar(100) DEFAULT NULL COMMENT '创建人',
`create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`update_user` varchar(100) DEFAULT NULL COMMENT '更新人',
Expand Down
Loading

0 comments on commit e357d72

Please sign in to comment.