2 lines
122 B
MySQL
2 lines
122 B
MySQL
|
ALTER TABLE `ufutx_medical_reports`
|
||
|
ADD COLUMN `identify_content` text default null comment "识别内容" after `content`
|