3 lines
106 B
SQL
3 lines
106 B
SQL
ALTER TABLE cai_anchor
|
|
ADD COLUMN `anchor_total_coin` bigint(20) default 0 COMMENT '主播总收入';
|