Changes between Version 4 and Version 5 of WikiStart/Normalization/vtora_verzija
- Timestamp:
- 04/27/25 11:59:43 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/Normalization/vtora_verzija
v4 v5 6 6 } 7 7 8 account_id -> username, e-mail, password, balance 8 9 10 transaction_id -> amount, type, timestamp, account_id 11 12 withdraw_id -> account_id, amount, timestamp 13 14 deposit_id -> account_id, amount, timestamp 15 16 17 18 19