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

Customers.notify_me can be a boolean #15

Open
tomduggan85 opened this issue Jul 25, 2018 · 1 comment
Open

Customers.notify_me can be a boolean #15

tomduggan85 opened this issue Jul 25, 2018 · 1 comment

Comments

@tomduggan85
Copy link

type: DataTypes.STRING(20)

Instead of using a STRING as the datatype of notify_me, you could use a boolean (DataTypes.BOOLEAN), as the only values you'd expect to store there is true or false.

@amusameh
Copy link
Collaborator

Yeah it has to be boolean, fixed
thanks

NouraldinS added a commit that referenced this issue Jul 26, 2018
Fix the database related issues #15 #16 #17
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