-- Table: public.ctl_tabela_campo_bloqueado CREATE TABLE ctl_tabela_campo_bloqueado( tabela character varying NOT NULL, campo character varying NOT NULL, CONSTRAINT pk_ctl_tabela_campo_bloqueado PRIMARY KEY (tabela, campo) ) TABLESPACE pg_default; ALTER TABLE public.ctl_tabela_campo_bloqueado OWNER to postgres;