Browse Source

主办方联系电话,50字,不限制格式

dev
yinzuomei 3 years ago
parent
commit
956be272e8
  1. 4
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/db/migration/V0.0.23__acttel.sql

4
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/db/migration/V0.0.23__acttel.sql

@ -0,0 +1,4 @@
alter table act_info MODIFY COLUMN
`SPONSOR_TEL` varchar(64) NOT NULL COMMENT '联系电话' AFTER SPONSOR_CONTACTS;
alter table latest_act_info MODIFY COLUMN `SPONSOR_TEL` varchar(64)COMMENT '联系电话' AFTER SPONSOR_CONTACTS;
Loading…
Cancel
Save