Guest User

Untitled

a guest
Jan 16th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. id
  2. user_id
  3. type
  4. previous_amount
  5. amount
  6. current_amount
  7.  
  8. id, user_id, type, last_amount, amount, cur_amount
  9. 1, 10, CR, 20.0, 10.0, 30.0
  10. 2, 11, CR, 40.0, 15.0, 55.0
  11. 3, 10, DR, 30.0, 5.0, 25.0
  12. 4, 12, CR, 5.0, 20.0, 25.0
  13. 5, 11, DR, 55.0, 10.0, 45.0
  14.  
  15. 3, 10, DR, 30.0, 5.0, 25.0
  16. 4, 12, CR, 5.0, 20.0, 25.0
  17. 5, 11, DR, 55.0, 10.0, 45.0
Add Comment
Please, Sign In to add comment