mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
finish ALTER without tests
This commit is contained in:
@@ -830,8 +830,6 @@ pub enum ColumnConstraint {
|
||||
Check(Box<Expr>),
|
||||
/// `DEFAULT`
|
||||
Default(Box<Expr>),
|
||||
/// `DEFERRABLE`
|
||||
Defer(DeferSubclause), // FIXME
|
||||
/// `COLLATE`
|
||||
Collate {
|
||||
/// collation name
|
||||
|
||||
Reference in New Issue
Block a user