INSERT INTO process (`serial_prc`, `prc_serial_prc`, `name_prc`, `link_prc`, `weight_prc`, `status_prc`) VALUES ('860', '1', 'Manejo de Perfiles', 'laravel/public/manageProfile', '1', 'LOCKABLE'); insert into allowed_pages_by_process values(860,'ManageProfileController@getIndex'); insert into allowed_pages_by_process values(860,'ManageProfileController@postNewProfileContainer'); insert into allowed_pages_by_process values(860,'ManageProfileController@postSaveNewProfile'); insert into allowed_pages_by_process values(860,'ManageProfileController@postEditProfileContainer'); insert into allowed_pages_by_process values(860,'ManageProfileController@postOptionsEditProfileContainer'); insert into allowed_pages_by_process values(860,'ManageProfileController@postSaveEditProfile'); alter table profile add column date_prf datetime null after defined_prf; alter table profile_process add column date_ppr datetime null after status_ppr; alter table profile_process add column user_update_ppr int null after date_ppr; alter table profile add column user_update_prf int null after date_prf;