alter table `vn`.`sample` add model VARCHAR(25) null comment 'Model name in plural'; UPDATE vn.sample t SET t.model = 'Clients' WHERE t.id IN(12, 13, 14, 15, 16, 18, 19, 20);