Each journal entry records the transaction value, date, account, and category.
An account can have multiple account_journals. More account journals can have the same category.
In the entity "category", name represents the name of the category that will be displayed on the screen, label represents the value that programmers will use to filter the categories, and the uuid represents a value to uniquely distinguish the categories.
Note: The value of the field "uuid" is generated automatically.