Browse Source

主办方全路径

dev
yinzuomei 3 years ago
parent
commit
072bf28a44
  1. 3
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/db/migration/V0.0.22__act_addcol.sql

3
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/db/migration/V0.0.22__act_addcol.sql

@ -7,3 +7,6 @@ alter table latest_act_content MODIFY COLUMN CONTENT LONGTEXT not null COMMENT
alter table act_summary MODIFY COLUMN CONTENT LONGTEXT not null COMMENT '总结内容';
alter table act_summary MODIFY CONTENT_TYPE VARCHAR(32)not null COMMENT '内容类型 图片:img;文字:text;富文本:rich_text';
alter table act_info add COLUMN SPONSOR_PATH VARCHAR(512) comment '主办方全路径包含自身id' AFTER SPONSOR_ID;
alter table latest_act_info add COLUMN SPONSOR_PATH VARCHAR(512) comment '主办方全路径包含自身id' AFTER SPONSOR_ID;
Loading…
Cancel
Save