Skip to content

Commit f759841

Browse files
committed
Fixed attribute styles in entity-relationship diagrams
1 parent 2e689f0 commit f759841

File tree

5 files changed

+24
-9
lines changed

5 files changed

+24
-9
lines changed

docs/reference/diagrams.md

+8
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ a specific domain of knowledge:
246246
erDiagram
247247
CUSTOMER ||--o{ ORDER : places
248248
ORDER ||--|{ LINE-ITEM : contains
249+
LINE-ITEM {
250+
string name
251+
int pricePerUnit
252+
}
249253
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
250254
```
251255
````
@@ -256,6 +260,10 @@ erDiagram
256260
erDiagram
257261
CUSTOMER ||--o{ ORDER : places
258262
ORDER ||--|{ LINE-ITEM : contains
263+
LINE-ITEM {
264+
string name
265+
int pricePerUnit
266+
}
259267
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
260268
```
261269

0 commit comments

Comments
 (0)