ALTER TABLE `employee` ADD COLUMN `code_emp` VARCHAR(45) NULL AFTER `id_emp`, ADD COLUMN `alternate_name_emp` VARCHAR(100) NULL AFTER `last_name_emp`; INSERT INTO `process` (`serial_prc`, `prc_serial_prc`, `name_prc`, `link_prc`, `status_prc`) VALUES ('666', '327', 'Carnet', 'laravel/public/carnet', 'LOCKABLE'); insert into allowed_pages_by_process values(666,'carnetcontroller@getindex'); insert into allowed_pages_by_process values(666,'carnetcontroller@getstudents'); insert into allowed_pages_by_process values(666,'carnetcontroller@getemployees'); insert into allowed_pages_by_process values(666,'carnetcontroller@postprintCarnets'); insert into allowed_pages_by_process values(666,'sectioncontroller@getsectionsbyschoolyearoptionsall'); insert into allowed_pages_by_process values(666,'coursecontroller@getallbysectionoptionsall');