Skip to main content
Sekti W
December 15, 2022

Export ERD didn't generate Foreign Key

  • December 15, 2022
  • 1 reply
  • 36 views

The Export ERD gives me this :

CREATE TABLE "Person" (
  "id" integer
  "fname" text
  "lname" text
  "sex" char
  PRIMARY KEY ("id")
);
 
CREATE TABLE "Car" (
  "id" integer
  "license_number" text
  "uid" integer
  PRIMARY KEY ("id")
);
 

    Comments

    Coumba D
    Lucid support team
    December 15, 2022

    Hi Sekti

    Thanks for posting in the Community!

    In order for us to look into this matter and assist I would recommend filing a support ticket here. This is because we would need to have access to your document as well as the data file you used to create your ERD (in case it was not manually created).

    Please make sure to include the following information in your support request:

    * The URL to your document

    * Clarification on whether your ERD was manually created or not

    * If it was not manually created the data file you used to create it

    Thank you!