The correct syntax for the ALTER TABLE statement in MySQL is:\n\n\nALTER TABLE table_name MODIFY column_name column_definition;\n\n\nIn your case, the correct syntax would be:\n\n\nmysql> ALTER TABLE generate_images MODIFY image_type varchar(64) not null comment '图片下载类型:psd,ai,jpg,png,ppt,gif';\n


原文地址: https://www.cveoy.top/t/topic/p6Hf 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录