Files
HKSingleParty/01_Requirements/REQ0137/index.md

25 lines
288 B
Markdown

---
tags: [requirements]
---
# REQ0137-DemoPullstateTutorial
## Description
![Pullstate Tutorial](Pullstate%20Tutorial.png)
## Schema
```dbml
// Add your DBML here
Table pullstates {
id integer
state json
timestamp datetime
}
```
## Related
- [REQ0136-DemoProfileExample](#)