@@ -61,13 +61,14 @@ pub use self::ddl::{
61
61
AlterColumnOperation , AlterConnectorOwner , AlterIndexOperation , AlterPolicyOperation ,
62
62
AlterTableAlgorithm , AlterTableLock , AlterTableOperation , AlterType , AlterTypeAddValue ,
63
63
AlterTypeAddValuePosition , AlterTypeOperation , AlterTypeRename , AlterTypeRenameValue ,
64
- ClusteredBy , ColumnDef , ColumnOption , ColumnOptionDef , ColumnPolicy , ColumnPolicyProperty ,
65
- ConstraintCharacteristics , CreateConnector , CreateDomain , CreateFunction , Deduplicate ,
66
- DeferrableInitial , DropBehavior , GeneratedAs , GeneratedExpressionMode , IdentityParameters ,
67
- IdentityProperty , IdentityPropertyFormatKind , IdentityPropertyKind , IdentityPropertyOrder ,
68
- IndexOption , IndexType , KeyOrIndexDisplay , NullsDistinctOption , Owner , Partition ,
69
- ProcedureParam , ReferentialAction , ReplicaIdentity , TableConstraint , TagsColumnOption ,
70
- UserDefinedTypeCompositeAttributeDef , UserDefinedTypeRepresentation , ViewColumnDef ,
64
+ ClusteredBy , ColumnDef , ColumnOption , ColumnOptionDef , ColumnOptions , ColumnPolicy ,
65
+ ColumnPolicyProperty , ConstraintCharacteristics , CreateConnector , CreateDomain , CreateFunction ,
66
+ Deduplicate , DeferrableInitial , DropBehavior , GeneratedAs , GeneratedExpressionMode ,
67
+ IdentityParameters , IdentityProperty , IdentityPropertyFormatKind , IdentityPropertyKind ,
68
+ IdentityPropertyOrder , IndexOption , IndexType , KeyOrIndexDisplay , NullsDistinctOption , Owner ,
69
+ Partition , ProcedureParam , ReferentialAction , ReplicaIdentity , TableConstraint ,
70
+ TagsColumnOption , UserDefinedTypeCompositeAttributeDef , UserDefinedTypeRepresentation ,
71
+ ViewColumnDef ,
71
72
} ;
72
73
pub use self :: dml:: { CreateIndex , CreateTable , Delete , IndexColumn , Insert } ;
73
74
pub use self :: operator:: { BinaryOperator , UnaryOperator } ;
0 commit comments