Files
HKSingleParty/01_Requirements/REQ0140/index.md

26 lines
267 B
Markdown

---
tags: [requirements]
---
# REQ0140-DemoQuoteApp
## Description
![Quote App](Quote%20App.png)
## Schema
```dbml
// Add your DBML here
Table quotes {
id integer
content string
author string
category string
}
```
## Related
- [REQ0139-DemoQuizApp](#)