Update ddl.rs

Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
Luca Cappelletti 2025-11-22 07:55:16 +01:00 committed by GitHub
parent 53c39d411c
commit 393670e26a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>,
}