INSERT INTO public.usuario (tipo_de_usuario, nome, cnpj) VALUES ('industria', 'industria teste', 'cnpj teste') RETURNING id_usuario;
