add file
This commit is contained in:
parent
ccfb601b8c
commit
3f18195712
@ -1,2 +1,2 @@
|
||||
ALTER table `ufutx_medical_reports`
|
||||
ADD COLUMN `content_file` text DEFAULT null COMMENT "pdf格式" after `content`
|
||||
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