docs: entity relationship diagram arrow crossing (#27)

This commit is contained in:
Takeshi Kimata
2024-09-08 21:48:00 +09:00
committed by GitHub
parent 0937e17cb7
commit 574dcee89c

View File

@@ -5,7 +5,7 @@ sidebar_position: 4
# Entity Relationship
<div style={{overflowX: 'auto'}}>
<div style={{width: '200%'}}>
<div style={{width: '150%'}}>
```mermaid
erDiagram
@@ -18,8 +18,8 @@ erDiagram
"plans(unimplemented)" ||--o{ "planRuns(unimplemented)": "plan has planRuns"
runs ||--o{ "planRuns(unimplemented)": "run has planRuns"
folders ||--o{ cases: "folder has cases"
cases ||--o{ caseSteps: "has"
steps ||--o{ caseSteps: "has"
cases ||--o{ caseSteps: "has"
cases ||--o{ caseAttachments: "has"
attachments ||--o{ caseAttachments: "has"
cases ||--o{ "caseTags(unimplemented)": "has"