--29/03/2014
alter table servicios add column hora varchar(10);
update servicios set hora="00:00" where codigo>0;