project init
This commit is contained in:
2
doc/v1.1.sql
Normal file
2
doc/v1.1.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
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 公益课黑名单';
|
||||
Reference in New Issue
Block a user