feat: add activity table (#888)

feat: introduce activity
This commit is contained in:
boojack
2023-01-01 23:55:02 +08:00
committed by GitHub
parent a797280e3f
commit 5195012217
7 changed files with 217 additions and 3 deletions

View File

@ -1,5 +1,8 @@
package api
// UnknownID is the ID for unknowns.
const UnknownID = -1
// RowStatus is the status for a row.
type RowStatus string