alter table ass_HORARIO_TIPO add trabalhoConsecutivo time; alter table ass_HORARIO add trabalhoConsecutivo time after posicao; alter table ass_HORARIO_EXCEPCAO add trabalhoConsecutivo time after posicao; update ass_HORARIO_TIPO set trabalhoConsecutivo='05:00:00' where modalidade<>'especifico' and modalidade<>'jornadaContinua' and modalidade<>'turnos' and modalidade<>'meioTempo'; update ass_HORARIO_TIPO set trabalhoConsecutivo='04:00:00' where modalidade='especifico' and duracaoSemanal=30 and inicioHN2 is not null; update ass_HORARIO_TIPO set trabalhoConsecutivo='03:00:00' where modalidade='especifico' and duracaoSemanal=25 and inicioHN2 is not null;