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