Skip to content

Commit

Permalink
sql 修复
Browse files Browse the repository at this point in the history
  • Loading branch information
assimon committed Jan 6, 2021
1 parent 3a8cc80 commit 87eeed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/sql/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ CREATE TABLE `webset` (
`isopen_searchpwd` int(1) NOT NULL DEFAULT '1',
`isopen_serverj` int(1) DEFAULT NULL,
`serverj_token` varchar(100) DEFAULT NULL,
`tpl_sign` varchar(200) NOT NULL DEFAULT 'layui' COMMENT '模板唯一标识',
`tpl_sign` varchar(200) NOT NULL DEFAULT 'layui',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`)
Expand Down

0 comments on commit 87eeed0

Please sign in to comment.