add 国际研讨会新增字段
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
alter table pay_meeting
|
||||
add is_wasic tinyint null comment '是否WASIC',
|
||||
add link_topics varchar(50) null comment '关联课题',
|
||||
add meeting_costs_two_topic decimal(12, 2) null comment '会议费用(2个课题)',
|
||||
add meeting_costs_three_topic decimal(12, 2) null comment '会议费用(3个及以上)';
|
||||
alter table pay_meeting_situation
|
||||
add choice_topic varchar(50) null comment '选择课题';
|
||||
Reference in New Issue
Block a user