During a report generation, the report runs and is correct but the tab description is wrong.
In the Key Tab the column header returns 'Constriant Name' instead of 'Key Name' like the
first cloumn which is 'Key Type'.
WORKAROUND:
You can use the HTML Report to rename.
STATUS:
Enhancement request CR61177has been submitted to Development for consideration in future release of Toad Data Modeler.
SQL code for both Primary keys and Alternate keys is generated this way (Oracle model):
ALTER TABLE "Entity1" ADD CONSTRAINT "Key1" PRIMARY KEY ("Attribute1")
ALTER TABLE "Entity1" ADD CONSTRAINT "Ak2" UNIQUE ("Attribute2")
Items Key1 and Ak2 are constraint names.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center