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
{{ message }}
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
fix(cli): improve MySQL introspection for types and defaults
Disables NativeEnum support for MySQL to prevent loss of schema-level enums since MySQL enums are column-specific.
Refines boolean and numeric type mapping to better handle synthetic boolean types and preserve decimal precision in default values.
Updates default value parsing logic to correctly identify unquoted strings and avoid misinterpreting numeric literals as booleans.
0 commit comments