salix/db/changes/10280-valentineDay/00-department.sql

5 lines
162 B
MySQL
Raw Normal View History

2021-02-01 08:29:47 +00:00
ALTER TABLE `vn`.`department`
ADD code VARCHAR(45) NULL AFTER id;
UPDATE `vn`.`department` t SET t.code = 'IT', t.chatName = 'informatica-cau' WHERE t.id = 31;