PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
262 B

select * from pbx_campanha;
select * from pbx_campanha_lista;
select * from pbx_campanha_contato;
select * from pbx_campanha_contato_fone;
select * from pbx_campanha_complemento;
alter table pbx_campanha_contato_fone alter column conf_fone type varchar(30);