botbook/book/apendix-database-model.md
2019-03-11 10:29:16 -03:00

7 lines
294 B
Markdown

# General Bots 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)