public.user_balance which stores the user balance and the corresponding id to that user.public.balance_cards which stores a value and a uuid.balance_cards the value in that row should be added to the users's balance in public.user_balance and deleted as well, so the user cant use the same row to recharge their account many times.