home / data

_gristsys_ActionHistoryBranch

3 rows sorted by actionRef

✎ View and edit SQL

This data as json, CSV (advanced)

id name actionRef ▼
1 shared 209
2 local_sent 209
3 local_unsent 209

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE _gristsys_ActionHistoryBranch (
        id INTEGER PRIMARY KEY,       -- Numeric branch ID
        name TEXT UNIQUE,             -- Branch name
        actionRef INTEGER             -- Latest action on branch
      );
Powered by Datasette · Queries took 92.809ms