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 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..754ee6f --- /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 "文件格式" 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..d64ac11 --- /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