/**cxx * 20130201 * 附件表添加二维码图片存放路径 */ alter table `t_file` add column `codeImgPath` varchar(255) DEFAULT NULL COMMENT '二维码图片存放路径' after `addTime`;