LiveAutosaved · just now
Ledger Schema
users
- idPK · uuid
- emailtext
- nametext
- created_attext
accounts
- idPK · uuid
- user_id →text
- currencytext
- balancetext
transactions
- idPK · uuid
- account_id →text
- amounttext
- categorytext
- occurred_attext
categories
- idPK · uuid
- user_id →text
- labeltext
- colortext