ALTER TABLE table_name CHANGE sql sqlstr text;
将sql字段重命名为sqlstr 字段
加修饰
ALTER TABLE table_name CHANGE `sql` sqlstr text;