auth/api_token_queries.ts view source
readonly ["id", "account_id", "name", "token_hash", "expires_at", "last_used_at", "last_used_ip", "created_at", "scope"] import {API_TOKEN_COLUMNS} from '@fuzdev/fuz_app/auth/api_token_queries.js'; The full api_token column set, named explicitly so a row read fails loud
on schema drift (see ACCOUNT_COLUMNS in auth/account_queries.ts for the
outage class; the Rust twin names columns at every token site). Keep in
sync with ApiToken and the migration chain's end state.