There was an error while loading. Please reload this page.
1 parent 6f8a716 commit 952983bCopy full SHA for 952983b
1 file changed
src/ast/ddl.rs
@@ -1913,8 +1913,8 @@ pub enum ColumnOption {
1913
/// `DEFAULT <restricted-expr>`
1914
Default(Expr),
1915
1916
- /// `MATERIALIZE <expr>`
1917
- /// Syntax: `b INT MATERIALIZE (a + 1)`
+ /// `MATERIALIZED <expr>`
+ /// Syntax: `b INT MATERIALIZED (a + 1)`
1918
///
1919
/// [ClickHouse](https://clickhouse.com/docs/en/sql-reference/statements/create/table#default_values)
1920
Materialized(Expr),
0 commit comments