fixes bug#8662
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@66914 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
eedf7eff8f
commit
e1ec4aa3c8
|
@ -11,9 +11,9 @@ FECMODIF DATE,
|
|||
USUARIO_ID NUMBER(7,0),
|
||||
PRIMARY KEY ("OCDPTOVTAPARAM_ID"),
|
||||
FOREIGN KEY ("OCDPARAM_ID")
|
||||
REFERENCES "VTABOL"."OCD_PARAM"("OCDPARAM_ID"),
|
||||
REFERENCES "OCD_PARAM"("OCDPARAM_ID"),
|
||||
FOREIGN KEY ("PUNTOVENTA_ID")
|
||||
REFERENCES "VTABOL"."PUNTO_VENTA"("PUNTOVENTA_ID")
|
||||
REFERENCES "PUNTO_VENTA"("PUNTOVENTA_ID")
|
||||
)';
|
||||
exception when table_exists then null;
|
||||
end;
|
Loading…
Reference in New Issue