db/cell_field_queries.ts view source
readonly ["source_id", "name", "target_id", "created_at"] import {CELL_FIELD_COLUMNS} from '@fuzdev/fuz_app/db/cell_field_queries.js'; The full cell_field 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 field_columns(alias) (fuz_cell). Keep in
sync with CellFieldRow and the cell_field DDL in db/cell_ddl.ts.