You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SIPRP/trunk/alter_20070221.sql

3 lines
233 B

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 );