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

"Bool" datatype sql generation incorrect #4

Open
kraln opened this issue Nov 28, 2014 · 1 comment
Open

"Bool" datatype sql generation incorrect #4

kraln opened this issue Nov 28, 2014 · 1 comment

Comments

@kraln
Copy link

kraln commented Nov 28, 2014

The table editor creates the following SQL for bool typed column:
correct_answer bool(1) NOT NULL DEFAULT '0',

This fails.

The correct SQL would be:

correct_answer bool NOT NULL DEFAULT 0,

@ka215
Copy link
Owner

ka215 commented Jan 13, 2015

Thanks for pointing out plugin issue.
And, I am sorry to have neglect long.

I would like fix a this bug in the next version.

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