mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-25 00:19:37 +00:00
Update ddl.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
parent
53c39d411c
commit
393670e26a
1 changed files with 1 additions and 1 deletions
|
|
@ -4199,7 +4199,7 @@ pub struct DropOperator {
|
|||
pub if_exists: bool,
|
||||
/// One or more operators to drop with their signatures
|
||||
pub operators: Vec<OperatorSignature>,
|
||||
/// CASCADE or RESTRICT
|
||||
/// `CASCADE or RESTRICT`
|
||||
pub drop_behavior: Option<DropBehavior>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue