forked from rongchao/epmet-cloud-rizhao
3 changed files with 7 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
alter table ic_form_item add COLUMN EXPORT_FLAG tinyint(1) DEFAULT '0' |
|||
COMMENT '是否用于自定义导出显示,1展示。0不展示' AFTER DATA_ANALYSE; |
|||
|
|||
update ic_form_item set EXPORT_FLAG='1' |
|||
where DEL_FLAG='0' |
|||
and LENGTH(COLUMN_NAME)>0; |
Loading…
Reference in new issue