Changes between Version 9 and Version 10 of WikiStart/DB


Ignore:
Timestamp:
03/22/25 22:04:31 (2 months ago)
Author:
203206
Comment:

db8

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/DB

    v9 v10  
    11== Релациона шема
     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)
    29
    310== DLL код