botbook/book/apendix-i-database-model.md

8 lines
306 B
Markdown
Raw Normal View History

2019-03-11 10:50:39 -03:00
# Apendix I - General Bots Database Model
2019-03-11 10:29:16 -03:00
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)