db/cell_grant_queries.ts view source
readonly ["id", "cell_id", "level", "actor_id", "role", "scope_id", "granted_by", "created_at"] import {CELL_GRANT_COLUMNS} from '@fuzdev/fuz_app/db/cell_grant_queries.js'; The full cell_grant column set, named explicitly so a row read fails
loud on schema drift (see CELL_COLUMNS in db/cell_queries.ts). Column
order mirrors the Rust twin's grant_columns(alias) (fuz_cell). Keep in
sync with CellGrantRow and the cell_grant DDL in db/cell_ddl.ts.