CREATE TABLE IF NOT EXISTS public.ctl_aux_usuario_aviso ( usuario integer NOT NULL, filial_destino integer NOT NULL, usuario_destino integer NOT NULL, nome_usuario_destino character varying NOT NULL, CONSTRAINT pk_ctl_aux_usuario_aviso_usuario PRIMARY KEY (usuario, filial_destino, usuario_destino) ) TABLESPACE pg_default; ALTER TABLE IF EXISTS public.ctl_aux_usuario_aviso OWNER to postgres;