Show mysql td table process_stage
select * from process_stage;
Change the process stage
update process set stage_id = 7, process_type_id = 1;
select * from process_stage;
Change the process stage
update process set stage_id = 7, process_type_id = 1;