We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
None
1 parent 0e88651 commit 243beceCopy full SHA for 243bece
src/ast/ddl.rs
@@ -1003,7 +1003,7 @@ impl fmt::Display for AlterTypeOperation {
1003
pub struct AlterOperator {
1004
/// Operator name (can be schema-qualified)
1005
pub name: ObjectName,
1006
- /// Left operand type (`NONE` if no left operand)
+ /// Left operand type (`None` if no left operand)
1007
pub left_type: Option<DataType>,
1008
/// Right operand type
1009
pub right_type: DataType,
0 commit comments