home / chat

device_federation_inbox

✎ View and edit SQL

This data as json

0 records

CREATE TABLE device_federation_inbox ( origin TEXT NOT NULL, message_id TEXT NOT NULL, received_ts BIGINT NOT NULL , instance_name TEXT);
CREATE INDEX device_federation_inbox_sender_id ON device_federation_inbox(origin, message_id);
CREATE INDEX device_federation_inbox_received_ts_index ON device_federation_inbox (received_ts) ;
Powered by Datasette · Queries took 16.981ms