|
|
|
@@ -1,4 +1,4 @@ |
|
|
|
ALTER TABLE `wx_rent_contract` |
|
|
|
ADD COLUMN `file_names` JSON NULL COMMENT '合同支持多文件' AFTER `fix_end_date`; |
|
|
|
|
|
|
|
update `wx_rent_contract` set `file_names` = CONCAT('[\"',`filename`,'\"]'); |
|
|
|
update `wx_rent_contract` set `file_names` = CONCAT('[{\"filename\":\"',`filename`,'\",\"filepath\":\"',`filepath`,'\"}]'); |