home / chat

threepid_validation_session

✎ View and edit SQL

This data as json

0 records

CREATE TABLE threepid_validation_session (
    session_id TEXT PRIMARY KEY,
    medium TEXT NOT NULL,
    address TEXT NOT NULL,
    client_secret TEXT NOT NULL,
    last_send_attempt BIGINT NOT NULL,
    validated_at BIGINT
);
Powered by Datasette · Queries took 12.339ms