db/cell_item_queries.ts view source
readonly ["parent_id", "position", "child_id", "created_at"] import {CELL_ITEM_COLUMNS} from '@fuzdev/fuz_app/db/cell_item_queries.js'; The full cell_item 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 item_columns(alias) (fuz_cell). Keep in
sync with CellItemRow and the cell_item DDL in db/cell_ddl.ts.