Update qb.sql

This commit is contained in:
Mr Chen 2019-01-29 00:49:46 +08:00
parent e3c9f30a64
commit c2bd1d5dfa
1 changed files with 0 additions and 1 deletions

View File

@ -17,6 +17,5 @@ CREATE TABLE `pl_hash_file` (
`length` bigint(20) NOT NULL,
`create_time` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `info_hash` (`info_hash`),
KEY `create_time` (`create_time`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;