home / chat

account_validity

✎ View and edit SQL

This data as json

0 records

CREATE TABLE account_validity ( user_id TEXT PRIMARY KEY, expiration_ts_ms BIGINT NOT NULL, email_sent BOOLEAN NOT NULL, renewal_token TEXT , token_used_ts_ms BIGINT);
Powered by Datasette · Queries took 8.801ms