25 lines
248 B
Markdown
25 lines
248 B
Markdown
---
|
|
tags: [requirements]
|
|
---
|
|
|
|
# REQ0139-DemoQuizApp
|
|
|
|
## Description
|
|
|
|

|
|
|
|
## Schema
|
|
|
|
```dbml
|
|
// Add your DBML here
|
|
Table quizzes {
|
|
id integer
|
|
questions json
|
|
results json
|
|
}
|
|
```
|
|
|
|
## Related
|
|
|
|
- [REQ0138-DemoQrScanner](#)
|