holder
This commit is contained in:
10
banque.md
10
banque.md
@@ -55,6 +55,7 @@ erDiagram
|
||||
|
||||
company {
|
||||
bigint id PK
|
||||
text name
|
||||
text registration_number
|
||||
date creation_date
|
||||
}
|
||||
@@ -89,12 +90,14 @@ erDiagram
|
||||
|
||||
company {
|
||||
bigint id PK
|
||||
text name
|
||||
text registration_number
|
||||
date creation_date
|
||||
}
|
||||
|
||||
bank {
|
||||
bigint id PK
|
||||
text name
|
||||
}
|
||||
|
||||
holder {
|
||||
@@ -138,14 +141,11 @@ erDiagram
|
||||
|
||||
company {
|
||||
bigint id PK
|
||||
text name
|
||||
text registration_number
|
||||
date creation_date
|
||||
}
|
||||
|
||||
bank {
|
||||
bigint id PK
|
||||
}
|
||||
|
||||
holder {
|
||||
bigint id PK
|
||||
timestamp creation_date
|
||||
@@ -329,6 +329,7 @@ erDiagram
|
||||
|
||||
company {
|
||||
bigint id PK
|
||||
text name
|
||||
text registration_number
|
||||
date creation_date
|
||||
}
|
||||
@@ -392,7 +393,6 @@ erDiagram
|
||||
exchange_rate }o--|| currency : a
|
||||
transaction }o--|| operation : contient
|
||||
operation }o--|| account : concerne
|
||||
operation }o--|| account : concerne
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user