jiangjie2233
Results
1
issues of
jiangjie2233
 show create table `xx_activeuser_usage` CREATE TABLE `xx_activeuser_usage` ( `account_id` varchar(36) NOT NULL, `host_id` varchar(36) NOT NULL, `start_date` date NOT NULL, PRIMARY KEY (`account_id`,`start_date`,`host_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 /*!50100 PARTITION...