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

Error in fixtures/mysql/insert.sql file #19

Open
CristianBerlingo opened this issue Apr 5, 2020 · 0 comments
Open

Error in fixtures/mysql/insert.sql file #19

CristianBerlingo opened this issue Apr 5, 2020 · 0 comments

Comments

@CristianBerlingo
Copy link

Hi guys,

I tried to execute this command mysql -p --user=root 'express-admin-examples' < fixtures/mysql/insert.sql while I was following the steps from here.
Then MySQL returned the following error.
ERROR 1364 (HY000) at line 195: Field 'binary' doesn't have a default value

To fix this I had to edit the query at the INSERTS into the table controls_inline. I added the column binary and a default value that was a hex string.

It would be fine to fix this to the database creation works for MySQL.

Thanks.

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

1 participant