This commit is contained in:
2025-11-07 18:33:08 +01:00
parent fbbee1bb7b
commit b0538a7903

View File

@@ -108,9 +108,8 @@ erDiagram
account {
bigint id PK
date creation_date
timestamp creation_date
decimal balance
text currency_code FK
}
account_holder {
@@ -146,6 +145,11 @@ erDiagram
date creation_date
}
bank {
bigint id PK
text name
}
holder {
bigint id PK
timestamp creation_date
@@ -154,7 +158,7 @@ erDiagram
account {
bigint id PK
date creation_date
timestamp creation_date
decimal balance
text currency_code FK
}
@@ -168,7 +172,7 @@ erDiagram
operation {
bigint id PK
bigint transaction_id FK
text account FK
bigint account_id FK
decimal amount
text direction
}
@@ -347,7 +351,7 @@ erDiagram
account {
bigint id PK
date creation_date
timestamp creation_date
decimal balance
text currency_code FK
}