(feat) balance
This commit is contained in:
parent
779ae4d498
commit
aeb9514aa3
15 changed files with 461 additions and 26 deletions
|
|
@ -51,7 +51,7 @@ CREATE TABLE IF NOT EXISTS transactions (
|
|||
account_id VARCHAR(50) NOT NULL,
|
||||
bank_code VARCHAR(20) NOT NULL,
|
||||
|
||||
amount NUMERIC(15, 2) NOT NULL,
|
||||
amount TEXT NOT NULL,
|
||||
currency VARCHAR(3) NOT NULL,
|
||||
credit_debit_indicator VARCHAR(10) NOT NULL,
|
||||
status VARCHAR(20) NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue