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 enum default validation to use actual column names
- Move validateEnumLiteralDefault to resolve_column_defaults.go
- Pass actual column name instead of '(unknown)' to match MySQL
- MySQL returns 'Invalid default value for 'column_name'' format
- Remove enum validation from CheckType to avoid duplicate logic
- Verified behavior matches MySQL exactly for both invalid cases
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments