This commit is contained in:
Hankin 2025-09-11 14:34:42 +08:00
parent ccfb601b8c
commit 3f18195712
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
ALTER table `ufutx_medical_reports`
ADD COLUMN `content_file` text DEFAULT null COMMENT "pdf格式" after `content`
ADD COLUMN `content_file` text DEFAULT null COMMENT "文件格式" after `content`

View File

@ -0,0 +1,2 @@
ALTER table `ufutx_other_health_file`
ADD COLUMN `file` text DEFAULT null COMMENT "文件格式" after `images`