mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-02 20:27:21 +00:00
Run cargo fmt
This commit is contained in:
parent
09ca14fe8e
commit
d0db8a224b
1 changed files with 1 additions and 3 deletions
|
@ -200,9 +200,7 @@ pub enum ColumnOption {
|
|||
/// `DEFAULT <restricted-expr>`
|
||||
Default(Expr),
|
||||
/// `{ PRIMARY KEY | UNIQUE }`
|
||||
Unique {
|
||||
is_primary: bool,
|
||||
},
|
||||
Unique { is_primary: bool },
|
||||
/// A referential integrity constraint (`[FOREIGN KEY REFERENCES
|
||||
/// <foreign_table> (<referred_columns>)
|
||||
/// { [ON DELETE <referential_action>] [ON UPDATE <referential_action>] |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue