This commit is contained in:
tian 2025-09-11 15:15:21 +08:00
commit 1815c00022
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER table `ufutx_groups`
ADD COLUMN `service_type` INTEGER DEFAULT 1 COMMENT "服务类型 1:dma,2:双证" after `name`

View File

@ -0,0 +1,2 @@
ALTER table `ufutx_medical_reports`
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`