pub const CREATE_STATEMENTS: &[&str];Expand description
All CREATE TABLE and CREATE INDEX statements in alphabetical order,
used to compute the schema hash. This is the single source of truth —
db.rs iterates this array directly instead of duplicating SQL.