<aside> 📜 TABLE OF CONTENTS

Database Schema 💽

Understanding the database schema is essential for developers and administrators who need to work directly with the data or perform advanced customizations. In this section, we'll provide an overview of the database structure and the relationships between data entities.

Database Tables

Our web application relies on a relational database system, which consists of various tables to store different types of data. Here are some of the key tables in our database:

SD_database_doc_v2.pdf


Entity-Relationship Diagram

To visualize the relationships between the tables, we've prepared an Entity-Relationship Diagram (ERD). This diagram illustrates how different data entities are connected and the associations between them.

Database ERD:

Blank diagram (3).png

database_erd_v2.pdf


Database Design History