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