We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Schema (markdown)
Removed user_finances table. This table had amount_payable and amount_receivable. Since the value changes dynamically, don't need a table to store it
removed group_friend_id from group_table, removed additional_details_id, sub_category_id from expenses table
added: additional_details_id to expense table, added a group_friend_table joins table as a group is made up of multiple friends and one person can belong to multiple groups, removed friend_id from expense_details table, added payable_id and payable_type in expense table