Anyone use ERwin to generate DDL scripts
88782Sep 1 2004 — edited Sep 2 2004Hi,
Anyone use ERwin to generate DDL scripts.
Currently I am using ERwin to generate the table creation script but when it try to create FK constraint, the reference table column is missing. Anyone know whether ERwin does not support or I had missed out some setting or configuration?
ALTER TABLE XXX
ADD ( CONSTRAINT FK_XXX_1
FOREIGN KEY (key1)
REFERENCES YYYY ? ) ;
Thank You, You help are greatly appreciated...