25 lines
288 B
Markdown
25 lines
288 B
Markdown
---
|
|
tags: [requirements]
|
|
---
|
|
|
|
# REQ0137-DemoPullstateTutorial
|
|
|
|
## Description
|
|
|
|

|
|
|
|
## Schema
|
|
|
|
```dbml
|
|
// Add your DBML here
|
|
Table pullstates {
|
|
id integer
|
|
state json
|
|
timestamp datetime
|
|
}
|
|
```
|
|
|
|
## Related
|
|
|
|
- [REQ0136-DemoProfileExample](#)
|