Skip to content

Conversation

YuHyunO
Copy link

@YuHyunO YuHyunO commented Aug 21, 2025

  1. Resolve bug where MySQL tinyint(boolean) type is not imported when running drizzle-kit pull

  2. Fix Special case for empty string defaults in MySQL VARCHAR column mapping

  • Add check for defaultValue === "''" to output ".default('')" directly.
  • Prevents invalid code generation like ".default(')" specifically for MySQL VARCHAR columns.
  • Related to issue with quoted defaults in drizzle-kit pull.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant