mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-13 01:16:18 +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 <restricted-expr>`
|
||||||
Default(Expr),
|
Default(Expr),
|
||||||
/// `{ PRIMARY KEY | UNIQUE }`
|
/// `{ PRIMARY KEY | UNIQUE }`
|
||||||
Unique {
|
Unique { is_primary: bool },
|
||||||
is_primary: bool,
|
|
||||||
},
|
|
||||||
/// A referential integrity constraint (`[FOREIGN KEY REFERENCES
|
/// A referential integrity constraint (`[FOREIGN KEY REFERENCES
|
||||||
/// <foreign_table> (<referred_columns>)
|
/// <foreign_table> (<referred_columns>)
|
||||||
/// { [ON DELETE <referential_action>] [ON UPDATE <referential_action>] |
|
/// { [ON DELETE <referential_action>] [ON UPDATE <referential_action>] |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue