Skip to main content


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

);

 

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!


Reply