1 line
114 B
MySQL
1 line
114 B
MySQL
|
ALTER TABLE `t_demand_data` ADD COLUMN `enclosure_name` longtext NULL COMMENT '附件名称' AFTER `apply_number`;
|