2 changed files with 2 additions and 1 deletions
@ -1,2 +1,2 @@ |
|||||
ALTER TABLE `epmet_gov_org`.`customer_agency` |
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