home / chat

room_forgetter_stream_pos

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ Lock stream_id
1 1 X 19766

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE room_forgetter_stream_pos (
    Lock CHAR(1) NOT NULL DEFAULT 'X' UNIQUE,  -- Makes sure this table only has one row.
    stream_id  BIGINT NOT NULL,
    CHECK (Lock='X')
);
Powered by Datasette · Queries took 15.762ms