alter table 表名 modify column 字段名 类型;

例子:alter table tb_api modify column api_url char(60);