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