botbook/docs/apendix-i-database-model.md
Rodrigo Rodriguez (Pragmatismo) d16e56de9a
Some checks failed
GBCI / build (push) Failing after 1m52s
chore: remove unused files and add babel and tsconfig for Docusaurus setup
2025-04-12 19:34:13 -03:00

11 lines
324 B
Markdown

---
sidebar_position: 1000
---
# Apendix I - Database Model
The database model can be seen on the picture bellow. In each .gbapp or .gblib
the folder **Model** will contain the Sequelize definition for each one of these
tables and their relationship.
![General Bots Database Model](./images/GeneralBotsDatabaseModel.png)