home / chat

received_transactions

✎ View and edit SQL

This data as json

0 records

CREATE TABLE received_transactions( transaction_id TEXT, origin TEXT, ts BIGINT, response_code INTEGER, response_json bytea, has_been_referenced smallint default 0, UNIQUE (transaction_id, origin) );
CREATE INDEX received_transactions_ts ON received_transactions(ts);
Powered by Datasette · Queries took 21.858ms