code refactor

This commit is contained in:
UlricQin 2020-10-15 20:29:06 +08:00
parent 91700ab93e
commit 2d19a1e86a
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ CREATE TABLE `node_trash`
`creator` varchar(64) not null,
`last_updated` timestamp not null default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
UNIQUE KEY (`path`),
KEY (`path`),
KEY (`cate`)
) ENGINE = InnoDB
DEFAULT CHARSET = utf8;