MySQL 遇到了添加多个字段的问题,尝试了几次,搞定了,记录下。

示例代码如下:

alter table ad_data add (
exposure_count bigint(20) default 0,
click_count bigint(20) default 0); 

相关文章: