jiangjie2233

Results 1 issues of jiangjie2233

![image](https://user-images.githubusercontent.com/12897602/71348646-e492ba80-2564-11ea-9b40-2f598b45f029.png) 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...