home / chat

application_services_txns

✎ View and edit SQL

This data as json

0 records

CREATE TABLE application_services_txns( as_id TEXT NOT NULL, txn_id INTEGER NOT NULL, event_ids TEXT NOT NULL, UNIQUE(as_id, txn_id) );
CREATE INDEX application_services_txns_id ON application_services_txns ( as_id );
Powered by Datasette · Queries took 6.869ms