26 lines
267 B
Markdown
26 lines
267 B
Markdown
---
|
|
tags: [requirements]
|
|
---
|
|
|
|
# REQ0140-DemoQuoteApp
|
|
|
|
## Description
|
|
|
|

|
|
|
|
## Schema
|
|
|
|
```dbml
|
|
// Add your DBML here
|
|
Table quotes {
|
|
id integer
|
|
content string
|
|
author string
|
|
category string
|
|
}
|
|
```
|
|
|
|
## Related
|
|
|
|
- [REQ0139-DemoQuizApp](#)
|