insert into process(serial_prc,prc_serial_prc, name_prc, link_prc, weight_prc, status_prc, id_exclusion) values (801,151,'Ficha de estudiante','laravel/public/recordStudentReport',3.25,'LOCKABLE', null); select * from process; insert into allowed_pages_by_process(serial_prc, url_dsc) values (801,'recordstudentreportcontroller@getindex'); insert into allowed_pages_by_process(serial_prc, url_dsc) values (801,'recordstudentreportcontroller@getstudents'); insert into allowed_pages_by_process(serial_prc, url_dsc) values (801,'sectioncontroller@getsectionsbyschoolyearoptions'); insert into allowed_pages_by_process(serial_prc, url_dsc) values (801,'coursecontroller@getallbysectionoptions'); insert into allowed_pages_by_process(serial_prc, url_dsc) values (801,'recordstudentreportcontroller@postprintrecord'); insert into allowed_pages_by_process(serial_prc, url_dsc) values (801,'recordstudentreportcontroller@postsearchstudents'); insert into allowed_pages_by_process(serial_prc, url_dsc) values (801,'recordstudentreportcontroller@postprintrecordstudent'); insert into allowed_pages_by_process(serial_prc, url_dsc) values (801,'recordstudentreportcontroller@postprintrecordfiat'); ALTER TABLE `level_section_year_report_card` CHANGE COLUMN `type_lrc` `type_lrc` ENUM('SUBPERIOD', 'PERIOD', 'FINAL', 'MINISTRY_PERIOD', 'MINISTRY_FINAL', 'MINISTRY_AVERAGE_PERIOD', 'PAI', 'REGISTRATION_CERT', 'PROMOTION', 'COMPLETION_EGB', 'APTITUDE', 'RECORD_STUDENT') NULL DEFAULT NULL ; ALTER TABLE `report_card` CHANGE COLUMN `type_rcd` `type_rcd` ENUM('SUBPERIOD', 'PERIOD', 'FINAL', 'MINISTRY_PERIOD', 'MINISTRY_FINAL', 'MINISTRY_AVERAGE_PERIOD', 'PAI', 'REGISTRATION_CERT', 'PROMOTION', 'COMPLETION_EGB', 'APTITUDE', 'RECORD_STUDENT') NULL DEFAULT NULL ;