ALTER TABLE prestadores ADD contribuinte VARCHAR(64); ALTER TABLE marcacoes_trabalhador ADD prestador_id int4 REFERENCES prestadores( id ); ALTER TABLE marcacoes_trabalhador_estados ADD prestador_id int4 REFERENCES prestadores( id );