-
Notifications
You must be signed in to change notification settings - Fork 13
Database model
Marwane Kalam-Alami edited this page Nov 11, 2019
·
12 revisions
You can find below an overview of the database model. Note that it is quite incomplete, the goal here is to give a general idea of the terms and general structure you will find throughout the code.
For instance, there is no such thing as a "team" in the database, just "user roles" given to an "entry".
See also: complete DB models reference
Some important tables like entry
or event
have entry_details
and event_details
counterparts with additional data we only want to fetch in certain cases.