You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add COLLATE clause support to ALTER TABLE ADD COLUMN
- Add collClause handling to AT_AddColumn case in AlterTableCmd function
- Follows same pattern as ColumnDef function for consistency
- Fixes parse/deparse cycle for ALTER TABLE statements with COLLATE clauses
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments