This commit is contained in:
2025-11-07 14:44:02 +01:00
parent 76d77c6ee2
commit 8c7c3dc45d

View File

@@ -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
```
---