finish ALTER without tests

This commit is contained in:
TcMits
2025-08-09 17:50:51 +07:00
parent bd1e38938f
commit b428d0bd75
3 changed files with 492 additions and 18 deletions

View File

@@ -830,8 +830,6 @@ pub enum ColumnConstraint {
Check(Box<Expr>),
/// `DEFAULT`
Default(Box<Expr>),
/// `DEFERRABLE`
Defer(DeferSubclause), // FIXME
/// `COLLATE`
Collate {
/// collation name