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 CREATE TABLE enum default validation to return correct error type
Modified columndefault.go to detect enum data truncation errors and return
ErrInvalidColumnDefaultValue instead of ErrIncompatibleDefaultType to match
MySQL behavior exactly.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments