We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ca14f commit d0db8a2Copy full SHA for d0db8a2
1 file changed
src/ast/ddl.rs
@@ -200,9 +200,7 @@ pub enum ColumnOption {
200
/// `DEFAULT <restricted-expr>`
201
Default(Expr),
202
/// `{ PRIMARY KEY | UNIQUE }`
203
- Unique {
204
- is_primary: bool,
205
- },
+ Unique { is_primary: bool },
206
/// A referential integrity constraint (`[FOREIGN KEY REFERENCES
207
/// <foreign_table> (<referred_columns>)
208
/// { [ON DELETE <referential_action>] [ON UPDATE <referential_action>] |
0 commit comments