mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-26 11:24:32 +01:00
Merge branch 'main' into quoting-fix-attempt-2
This commit is contained in:
@@ -1154,7 +1154,7 @@ pub enum ColumnConstraint {
|
||||
/// clause
|
||||
clause: ForeignKeyClause,
|
||||
/// `DEFERRABLE`
|
||||
deref_clause: Option<DeferSubclause>,
|
||||
defer_clause: Option<DeferSubclause>,
|
||||
},
|
||||
/// `GENERATED`
|
||||
Generated {
|
||||
@@ -1206,7 +1206,7 @@ pub enum TableConstraint {
|
||||
/// `REFERENCES`
|
||||
clause: ForeignKeyClause,
|
||||
/// `DEFERRABLE`
|
||||
deref_clause: Option<DeferSubclause>,
|
||||
defer_clause: Option<DeferSubclause>,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user