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) |