mermaid: correction

This commit is contained in:
2025-11-06 06:58:42 +01:00
parent d21e07f5ad
commit b27df69e9f

View File

@@ -172,14 +172,21 @@ erDiagram
text code PK
}
exchange_rate {
date date PK
text currency_code PK/FK
decimal rate
}
%% Relations
person ||--|| holder
company ||--|| holder
bank ||--|| holder
holder }|--|{ account_holder
account_holder }|--|{ account
person ||--|| holder :
company ||--|| holder :
bank ||--|| holder :
holder }|--|{ account_holder :
account_holder }|--|{ account :
currency ||--|{ account :
exchange_rate }o--|| currency :
```
## 4. Procédure stockée