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 text code PK
} }
exchange_rate {
date date PK
text currency_code PK/FK
decimal rate
}
%% Relations %% Relations
person ||--|| holder person ||--|| holder :
company ||--|| holder company ||--|| holder :
bank ||--|| holder bank ||--|| holder :
holder }|--|{ account_holder holder }|--|{ account_holder :
account_holder }|--|{ account account_holder }|--|{ account :
currency ||--|{ account :
exchange_rate }o--|| currency :
``` ```
## 4. Procédure stockée ## 4. Procédure stockée