Changes between Version 6 and Version 7 of Normalization


Ignore:
Timestamp:
12/23/25 18:27:52 (10 days ago)
Author:
211101
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v6 v7  
    9696||= TRANSACTION_ACCOUNT =||=  =||=  =||=  =||
    9797||= //transaction_account_id =||= //account_name =||= //balance =||= //user_id =||
    98 || 1 || credit card || +5000 || 1 ||
    99 || 2 || cash || +1200 || 1 ||
    100 || 3 || debit card || +3200 || 2 ||
     98|| 1 || credit card || 5000 || 1 ||
     99|| 2 || cash || 1200 || 1 ||
     100|| 3 || debit card || 3200 || 2 ||
    101101
    102102==== 3
     
    117117||= //transaction_breakdown_id =||= //transaction_id =||= //transaction_account_id =||= //spent_amount =||= //earned_amount =||
    118118|| 1 || 1 || 1 || -1800 || 0 ||
    119 || 2 || 2 || 2 || -800 || +600 ||
     119|| 2 || 2 || 2 || -800 || 600 ||
    120120|| 3 || 3 || 3 || -200 || 0 ||
    121121