ubah perintah ganti nama di mysql

-- mysql
ALTER TABLE `members` CHANGE COLUMN `full_names` `fullname` char(250) NOT NULL;
Expensive Elephant