Changes between Version 10 and Version 11 of WikiStart/DB


Ignore:
Timestamp:
03/22/25 22:12:51 (13 days ago)
Author:
203206
Comment:

mk23

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/DB

    v10 v11  
    22
    33* '''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)
     4* '''transaction''' (id, amount, type, timestamp, account_id*)
     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)
    99
    1010== DLL код