Module schema
Expand description
DuckDB schema DDL. See spec §3.2.
Constants§
- CURRENT_
SCHEMA_ VERSION - Current
DuckDBschema version. Stamped into theprovenancetable on every fresh ingest and re-validated on everyopen_read_onlyso an operator who hands a stale.duckdbto--cache-dirdirectly gets a typed parse-time error instead of cryptic SQL failures at analysis time. Bump whenever aCREATE TABLEshape changes. - INITIAL_
PROVENANCE - SCHEMA_
V1