v.25.10Improvement
Enable the analyzer
Enables the analyzer for CREATE/ALTER TABLE column default expression validation. #88087 (Max Justus Spransy).
Why it matters
This feature improves schema reliability by performing static analysis on default expressions when creating or altering table columns, preventing invalid or erroneous defaults from being applied.How to use it
To use this feature, executeCREATE TABLE or ALTER TABLE statements with column default expressions as usual; the analyzer will automatically validate these expressions during query parsing.