forked from rongchao/epmet-cloud-rizhao
1 changed files with 1 additions and 1 deletions
@ -1,2 +1,2 @@ |
|||
ALTER TABLE `epmet_gov_org`.`customer_agency` |
|||
ADD COLUMN `REMARK` text NULL COMMENT '备注说明' AFTER `REVISION`; |
|||
ADD COLUMN `REMARK` varchar(512) NULL COMMENT '备注说明' AFTER `REVISION`; |
|||
Loading…
Reference in new issue