1
This commit is contained in:
parent
8ad37b081d
commit
367fae0a70
@ -183,7 +183,6 @@ CREATE TABLE `t_bag` (
|
|||||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||||
KEY `idx_account_id` (`account_id`),
|
KEY `idx_account_id` (`account_id`),
|
||||||
KEY `idx_account_id_item_id` (`account_id`, `item_id`),
|
KEY `idx_account_id_item_id` (`account_id`, `item_id`),
|
||||||
KEY `idx_expiretime` (`expiretime`),
|
|
||||||
PRIMARY KEY (`idx`)
|
PRIMARY KEY (`idx`)
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user