1
This commit is contained in:
parent
4cd5c36a00
commit
7e2bdabe4a
@ -221,7 +221,7 @@ CREATE TABLE `t_log` (
|
||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||
PRIMARY KEY (`idx`),
|
||||
KEY `account_id_type_subtype` (`account_id`, `type`, `subtype`)
|
||||
KEY `account_id_type_subtype` (`account_id`, `log_type`, `log_subtype`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user