Data model
Database tables structure and relative relationships between tables
Creating a new data model
ModuleTemplate
├── agi-bin
├── App
├── bin
├── composer.json
├── db
├── Lib
├── Messages
├── Models
│ ├── ModuleTemplate.php
│ ├── PhoneBook.php
│ └── QuestionsQuality.php
├── module.json
├── public
├── README.md
├── readme.ru.md
└── SetupRequirements
Using the model
Last updated
Was this helpful?