Skip to content

Commit

Permalink
Fixed attribute styles in entity-relationship diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 7, 2023
1 parent 2e689f0 commit f759841
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
8 changes: 8 additions & 0 deletions docs/reference/diagrams.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ a specific domain of knowledge:
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
LINE-ITEM {
string name
int pricePerUnit
}
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
```
````
Expand All @@ -256,6 +260,10 @@ erDiagram
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
LINE-ITEM {
string name
int pricePerUnit
}
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
```

Expand Down
Loading

0 comments on commit f759841

Please sign in to comment.