Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improper handling of bool columns in new Schema lookup for AutoMigrate #87

Closed
thittesdorf opened this issue Sep 11, 2022 · 0 comments
Closed
Assignees

Comments

@thittesdorf
Copy link

#86

Description

Type *bool is causing AutoMigrate to run ALTER TABLE objects MODIFY COLUMN enabled boolean on columns of type tinyint(1) on each run. Changing the schema from boolean to tinyint fixes this problem.

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

No branches or pull requests

2 participants