We can now store incoming questions

This commit is contained in:
Michael 2022-04-20 06:28:02 +00:00
parent 8dbd1d0e52
commit 834844573b
10 changed files with 318 additions and 6 deletions

View file

@ -52,6 +52,8 @@ Database Tables
| [post-delivery-data](help/database/db_post-delivery-data) | Delivery data for items |
| [post-link](help/database/db_post-link) | Post related external links |
| [post-media](help/database/db_post-media) | Attached media |
| [post-question](help/database/db_post-question) | Question |
| [post-question-option](help/database/db_post-question-option) | Question option |
| [post-tag](help/database/db_post-tag) | post relation to tags |
| [post-thread](help/database/db_post-thread) | Thread related data |
| [post-thread-user](help/database/db_post-thread-user) | Thread related data per user |