Changes between Version 9 and Version 10 of WikiStart/DB
- Timestamp:
- 03/22/25 22:04:31 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart/DB
v9 v10 1 1 == Релациона шема 2 3 * '''account''' (id, username, password, balance, e-mail) 4 * '''transaction''' (id, amount, type, timestamp) 5 * '''transfer''' (id, s_id, r_id) 6 * '''withdraw''' (id,a_id, amount, timestamp) 7 * '''deposit''' (id,a_id, amount, timestamp) 8 * '''transferred_money''' (id, s_id, r_id, t_id, currency) 2 9 3 10 == DLL код