Browse Source

ec_e_user_notice表新增字段has_recalled

qinchao 4 năm trước cách đây
mục cha
commit
3e78f55543
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      upgrade-202104/2021-待升级说明.txt

+ 3 - 0
upgrade-202104/2021-待升级说明.txt

@@ -23,6 +23,9 @@ ALTER TABLE ec_oes_exam_record_data ADD INDEX IDX_E_O_E_R_D_006 (`creation_time`
 3.表ec_m_export_task字段export_param长度修改
 alter table ec_oe_export_task modify column export_param varchar(1000)
 
+4.表ec_e_user_notice 新增字段has_recalled
+alter table ec_e_user_notice add has_recalled bit(1) comment '是否已撤回'
+
 MongoDB部分
 todo