code refactor
This commit is contained in:
parent
91700ab93e
commit
2d19a1e86a
sql
|
@ -173,7 +173,7 @@ CREATE TABLE `node_trash`
|
||||||
`creator` varchar(64) not null,
|
`creator` varchar(64) not null,
|
||||||
`last_updated` timestamp not null default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
`last_updated` timestamp not null default CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY (`path`),
|
KEY (`path`),
|
||||||
KEY (`cate`)
|
KEY (`cate`)
|
||||||
) ENGINE = InnoDB
|
) ENGINE = InnoDB
|
||||||
DEFAULT CHARSET = utf8;
|
DEFAULT CHARSET = utf8;
|
||||||
|
|
Loading…
Reference in New Issue