schema
This commit is contained in:
14
banque.md
14
banque.md
@@ -108,9 +108,8 @@ erDiagram
|
|||||||
|
|
||||||
account {
|
account {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
date creation_date
|
timestamp creation_date
|
||||||
decimal balance
|
decimal balance
|
||||||
text currency_code FK
|
|
||||||
}
|
}
|
||||||
|
|
||||||
account_holder {
|
account_holder {
|
||||||
@@ -146,6 +145,11 @@ erDiagram
|
|||||||
date creation_date
|
date creation_date
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bank {
|
||||||
|
bigint id PK
|
||||||
|
text name
|
||||||
|
}
|
||||||
|
|
||||||
holder {
|
holder {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
timestamp creation_date
|
timestamp creation_date
|
||||||
@@ -154,7 +158,7 @@ erDiagram
|
|||||||
|
|
||||||
account {
|
account {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
date creation_date
|
timestamp creation_date
|
||||||
decimal balance
|
decimal balance
|
||||||
text currency_code FK
|
text currency_code FK
|
||||||
}
|
}
|
||||||
@@ -168,7 +172,7 @@ erDiagram
|
|||||||
operation {
|
operation {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
bigint transaction_id FK
|
bigint transaction_id FK
|
||||||
text account FK
|
bigint account_id FK
|
||||||
decimal amount
|
decimal amount
|
||||||
text direction
|
text direction
|
||||||
}
|
}
|
||||||
@@ -347,7 +351,7 @@ erDiagram
|
|||||||
|
|
||||||
account {
|
account {
|
||||||
bigint id PK
|
bigint id PK
|
||||||
date creation_date
|
timestamp creation_date
|
||||||
decimal balance
|
decimal balance
|
||||||
text currency_code FK
|
text currency_code FK
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user