Files
HKSingleParty/01_Requirements/REQ0137/index.md

288 B

tags
tags
requirements

REQ0137-DemoPullstateTutorial

Description

Pullstate Tutorial

Schema

// Add your DBML here
Table pullstates {
  id integer
  state json
  timestamp datetime
}