home / chat

device_federation_outbox

✎ View and edit SQL

This data as json

0 records

CREATE TABLE device_federation_outbox ( destination TEXT NOT NULL, stream_id BIGINT NOT NULL, queued_ts BIGINT NOT NULL, messages_json TEXT NOT NULL , instance_name TEXT);
CREATE INDEX device_federation_outbox_destination_id ON device_federation_outbox(destination, stream_id);
CREATE INDEX device_federation_outbox_id ON device_federation_outbox(stream_id);
Powered by Datasette · Queries took 21.961ms