home / chat

application_services_state

6 rows

✎ View and edit SQL

This data as json, CSV (advanced)

as_id ▼ state read_receipt_stream_id presence_stream_id to_device_stream_id device_list_stream_id
gmessages up 3694 23813    
messenger up 3694 23813    
signal up 3694 23813    
slack up 3694 23813    
telegram up 3694 23813    
whatsapp up 3694 23813    

Advanced export

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

CSV options:

CREATE TABLE "application_services_state" (
    as_id TEXT PRIMARY KEY NOT NULL,
    state VARCHAR(5),
    read_receipt_stream_id BIGINT,
    presence_stream_id BIGINT,
    to_device_stream_id BIGINT,
    device_list_stream_id BIGINT
);
Powered by Datasette · Queries took 9.228ms