mermaid 2

This commit is contained in:
2025-11-06 07:22:45 +01:00
parent 7e228d15b7
commit f349877334

View File

@@ -89,8 +89,8 @@ erDiagram
%% Relations %% Relations
person ||--|| holder : person ||--|| holder : is
company ||--|| holder : company ||--|| holder : is
``` ```
## 2. Les comptes ## 2. Les comptes
@@ -196,16 +196,16 @@ erDiagram
%% Relations %% Relations
person ||--|| holder : person ||--|| holder : a
company ||--|| holder : company ||--|| holder : a
bank ||--|| holder : bank ||--|| holder : a
holder }|--|{ account_holder : holder }|--|{ account_holder : a
account_holder }|--|{ account : account_holder }|--|{ account : a
currency ||--|{ account : currency ||--|{ account : a
exchange_rate }o--|| currency : exchange_rate }o--|| currency : a
transaction }o--|| operation : transaction }o--|| operation : a
operation }o--|| account : operation }o--|| account : a
operation }o--|| account : operation }o--|| account : a
``` ```
## 4. Procédure stockée ## 4. Procédure stockée