mermaid: correction
This commit is contained in:
19
banque.md
19
banque.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user