diff --git a/book/apendix-database-model.md b/book/apendix-database-model.md new file mode 100644 index 00000000..255ffbe0 --- /dev/null +++ b/book/apendix-database-model.md @@ -0,0 +1,7 @@ +# 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) diff --git a/images/GeneralBotsDatabaseModel.png b/images/GeneralBotsDatabaseModel.png new file mode 100644 index 00000000..22a1e369 Binary files /dev/null and b/images/GeneralBotsDatabaseModel.png differ