INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId) VALUES ('VnUser', 'higherPrivileges', '*', 'ALLOW', 'ROLE', 'itManagement'), ('VnUser', 'mediumPrivileges', '*', 'ALLOW', 'ROLE', 'hr'), ('VnUser', 'updateUser', '*', 'ALLOW', 'ROLE', 'employee'); ALTER TABLE `account`.`user` ADD `username` varchar(30) AS (name) VIRTUAL;