chore(docs): Adding database model.
This commit is contained in:
parent
ba68187761
commit
79198f5bc5
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ This book is organized in ten chapters that can be accessed throuhg this table b
|
||||||
* [Chapter 08 - Tooling](book/chapter-08-tooling.md)
|
* [Chapter 08 - Tooling](book/chapter-08-tooling.md)
|
||||||
* [Chapter 09 - Services](book/chapter-09-services.md)
|
* [Chapter 09 - Services](book/chapter-09-services.md)
|
||||||
* [Chapter 10 - Contributing](book/chapter-10-contributing.md)
|
* [Chapter 10 - Contributing](book/chapter-10-contributing.md)
|
||||||
|
* [Apendix I - Database Model](book/apendix-i-database-model.md)
|
||||||
* [Copyright](book/copyright.md)
|
* [Copyright](book/copyright.md)
|
||||||
* [Foreward](book/foreward.md)
|
* [Foreward](book/foreward.md)
|
||||||
* [Glossary](book/glossary.md)
|
* [Glossary](book/glossary.md)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# General Bots Database Model
|
# Apendix I - General Bots Database Model
|
||||||
|
|
||||||
The database model can be seen on the picture bellow. In each .gbapp or .gblib
|
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
|
the folder **Model** will contain the Sequelize definition for each one of these
|
Loading…
Add table
Reference in a new issue