Colunas da tabela

parent 5b556c05
DO $$
BEGIN
BEGIN
ALTER table par.responsaveisomisso ADD COLUMN carga VARCHAR(255);
comment on column par.responsaveisomisso.carga is 'Informa os estágios das cargas 1-CREDITO 2-EXTRATOCONTA 3-CREDITOVIRADEBITO';
EXCEPTION
WHEN duplicate_column THEN RAISE NOTICE 'column carga already exists in par.responsaveisomisso.carga';
END;
END;
$$
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment