(feat) balance

This commit is contained in:
Rorik Star Platinum 2025-11-07 21:22:52 +03:00
parent 779ae4d498
commit aeb9514aa3
15 changed files with 461 additions and 26 deletions

View file

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