1 line
124 B
SQL
1 line
124 B
SQL
alter table account_user_bind_connect add column send_number int unsigned NOT NULL DEFAULT '0' comment '剩余订阅次数'; |