We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi team, I found some issues:
the following markup
ref: remfo.cards.user_id - auth.users.id
generates following sql:
ALTER TABLE "auth"."users" ADD FOREIGN KEY ("id") REFERENCES "remfo"."cards" ("user_id");
This is confusing. I feel the table we are altering should come first as it will resemble the sql query more.
for syntax:
I find following more informative:
than: (look at the arrow)
The text was updated successfully, but these errors were encountered:
Hi @xerosanyam,
I am Huy Phung from the dbdiagram team.
Thank you for sharing your concerns and suggestions. We're discussing it. We'll be back when there's an update.
Have an enjoyable weekend!
Best regards Huy Phung
Sorry, something went wrong.
No branches or pull requests
Hi team, I found some issues:
1. sql generation:
the following markup
generates following sql:
This is confusing.
I feel the table we are altering should come first as it will resemble the sql query more.
2. dbdiagram should show an arrow
for syntax:
I find following more informative:
than:
(look at the arrow)
The text was updated successfully, but these errors were encountered: