db/fact_queries.ts view source
readonly ["hash", "bytes", "external_url", "content_type", "size", "created_at"] import {FACT_COLUMNS} from '@fuzdev/fuz_app/db/fact_queries.js'; The full fact 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). Keep in sync with FactRow and the fact DDL in
db/fact_ddl.ts.