3 lines
271 B
SQL
3 lines
271 B
SQL
alter table sv_venue_lesson add column type TINYINT(4) NOT NULL DEFAULT '0' COMMENT '课程类型:0普通课程 1公益课程';
|
||
alter table sv_member add column ban_type TINYINT(4) NOT NULL DEFAULT '0' COMMENT '用户公益课黑名单:0正常 1 公益课黑名单';
|