4.3 结果保存到Mysql(建表sql)
2019-08-04 本文已影响0人
yayooo
CREATE TABLE `category_top10` (
`taskId` text,
`category_id` text,
`click_count` bigint(20) DEFAULT NULL,
`order_count` bigint(20) DEFAULT NULL,
`pay_count` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8