erDiagrams: Change to table diagrams #6378
Ed-HealthcareDotcom
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I use the erDigrams to create a table, I use this syntax:
erDiagram
campaign_scheduled_budgets {
UUID scheduled_budget_id PK
UUID campaign_id FK
DATE effective_date
numeric daily_budget "not null"
numeric static_bid_price
integer daily_cap
TIMESTAMPZ created_at
TIMESTAMPZ updated_at
}
To get this result:
But I want to get this result instead:
My idea is to allow the author of the diagram choose the order or the columns in the image.
Beta Was this translation helpful? Give feedback.
All reactions