Merge branch 'main' of https://gitea.ufutx.net/ufutx/migrate
This commit is contained in:
commit
1815c00022
2
1757496719_table_group_add_service_type.up.sql
Normal file
2
1757496719_table_group_add_service_type.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER table `ufutx_groups`
|
||||
ADD COLUMN `service_type` INTEGER DEFAULT 1 COMMENT "服务类型 1:dma,2:双证" after `name`
|
||||
2
1757570235_medical_reports_add_content_file.up.sql
Normal file
2
1757570235_medical_reports_add_content_file.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER table `ufutx_medical_reports`
|
||||
ADD COLUMN `content_file` text DEFAULT null COMMENT "文件格式" after `content`
|
||||
2
1757572354_other_health_file_add_file.up.sql
Normal file
2
1757572354_other_health_file_add_file.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER table `ufutx_other_health_file`
|
||||
ADD COLUMN `file` text DEFAULT null COMMENT "文件格式" after `images`
|
||||
Loading…
Reference in New Issue
Block a user