Skip to content

Commit

Permalink
1、更新sql建表语句,去掉重复字段
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixbingo committed Jan 26, 2021
1 parent 45e6203 commit ebadd3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion das-console-manager/src/main/resources/script.sql
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ CREATE TABLE `databaseset` (
`update_user_no` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`insert_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`pattern` tinytext COLLATE utf8mb4_unicode_ci COMMENT '模式:0:普通,1:mgr',
PRIMARY KEY (`id`),
UNIQUE KEY `AK_unique_key` (`name`),
KEY `FK_Reference_4` (`group_id`),
Expand Down

0 comments on commit ebadd3b

Please sign in to comment.