From 3f1819571266cc68fb927744f35474b8ae364009 Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 11 Sep 2025 14:34:42 +0800 Subject: [PATCH] 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