From ccfb601b8c25c62fe1964083f322ccc116941d34 Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 11 Sep 2025 13:59:32 +0800 Subject: [PATCH] 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