home / chat

threepid_validation_token

✎ View and edit SQL

This data as json

0 records

CREATE TABLE threepid_validation_token (
    token TEXT PRIMARY KEY,
    session_id TEXT NOT NULL,
    next_link TEXT,
    expires BIGINT NOT NULL
);
CREATE INDEX threepid_validation_token_session_id ON threepid_validation_token(session_id);
Powered by Datasette · Queries took 27.521ms