From 4e84f9ab84573dcff63956989e99a1d1f59df453 Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 11 Sep 2025 13:36:40 +0800 Subject: [PATCH 1/4] group add service_type --- 1757496719_table_group_add_service_type.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1757496719_table_group_add_service_type.up.sql diff --git a/1757496719_table_group_add_service_type.up.sql b/1757496719_table_group_add_service_type.up.sql new file mode 100644 index 0000000..7ae59ad --- /dev/null +++ b/1757496719_table_group_add_service_type.up.sql @@ -0,0 +1,2 @@ +ALTER table `ufutx_groups` +ADD COLUMN `service_type` INTEGER DEFAULT 1 COMMENT "服务类型 1:dma,2:双证" after `name` \ No newline at end of file From ccfb601b8c25c62fe1964083f322ccc116941d34 Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 11 Sep 2025 13:59:32 +0800 Subject: [PATCH 2/4] report add content_file --- 1757570235_medical_reports_add_content_file.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1757570235_medical_reports_add_content_file.up.sql diff --git a/1757570235_medical_reports_add_content_file.up.sql b/1757570235_medical_reports_add_content_file.up.sql new file mode 100644 index 0000000..28d6def --- /dev/null +++ b/1757570235_medical_reports_add_content_file.up.sql @@ -0,0 +1,2 @@ +ALTER table `ufutx_medical_reports` +ADD COLUMN `content_file` text DEFAULT null COMMENT "pdf格式" after `content` \ No newline at end of file From 3f1819571266cc68fb927744f35474b8ae364009 Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 11 Sep 2025 14:34:42 +0800 Subject: [PATCH 3/4] add file --- 1757570235_medical_reports_add_content_file.up.sql | 2 +- 1757572354_other_health_file_add_file.up.sql | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 1757572354_other_health_file_add_file.up.sql diff --git a/1757570235_medical_reports_add_content_file.up.sql b/1757570235_medical_reports_add_content_file.up.sql index 28d6def..754ee6f 100644 --- a/1757570235_medical_reports_add_content_file.up.sql +++ b/1757570235_medical_reports_add_content_file.up.sql @@ -1,2 +1,2 @@ ALTER table `ufutx_medical_reports` -ADD COLUMN `content_file` text DEFAULT null COMMENT "pdf格式" after `content` \ No newline at end of file +ADD COLUMN `content_file` text DEFAULT null COMMENT "文件格式" after `content` \ No newline at end of file diff --git a/1757572354_other_health_file_add_file.up.sql b/1757572354_other_health_file_add_file.up.sql new file mode 100644 index 0000000..be97b30 --- /dev/null +++ b/1757572354_other_health_file_add_file.up.sql @@ -0,0 +1,2 @@ +ALTER table `ufutx_other_health_file` +ADD COLUMN `file` text DEFAULT null COMMENT "文件格式" after `images` \ No newline at end of file From 787fe544b325c2eeec6bbe0b6ba6535856b9619e Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 11 Sep 2025 14:35:39 +0800 Subject: [PATCH 4/4] add file --- 1757572354_other_health_file_add_file.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1757572354_other_health_file_add_file.up.sql b/1757572354_other_health_file_add_file.up.sql index be97b30..d64ac11 100644 --- a/1757572354_other_health_file_add_file.up.sql +++ b/1757572354_other_health_file_add_file.up.sql @@ -1,2 +1,2 @@ ALTER table `ufutx_other_health_file` -ADD COLUMN `file` text DEFAULT null COMMENT "文件格式" after `images` \ No newline at end of file +ADD COLUMN `file` text DEFAULT null COMMENT "文件格式" after `images` \ No newline at end of file