I can not use the command genarete oil migration rename_field_name_to_newname_in_table. I noticed that it generates an SQL "ALTER TABLE` vehicles `MODIFY` description `` model `varchar (255) NOT NULL" SQL syntax would be more ALTER TABLE `vehicles` CHANGE `description` `model` varchar (255) NOT NULL. I could not find the method where it is mounted SQL, can someone help me?