_gristsys_ActionHistoryBranch
3 rows
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE _gristsys_ActionHistoryBranch ( id INTEGER PRIMARY KEY, -- Numeric branch ID name TEXT UNIQUE, -- Branch name actionRef INTEGER -- Latest action on branch );