pub const SQLITE_DDL_V4: &[(&str, &str)];Expand description
SQLite DDL for the auth schema, version 4 — full OIDC provider.
Mirrors PG_DDL_V4 with BOOLEAN → INTEGER and DOUBLE PRECISION
→ REAL. JSON arrays (redirect_uris, default_scopes, scopes, …) ride
in TEXT columns and round-trip via serde_json in the store layer
— same convention auth.zanzibar_namespaces uses for schema_json.