SQLSTATE[HY000]: General error: 1364 Field 'locked' doesn't have a default value. #221
uicabpatweyler
started this conversation in
General
Replies: 1 comment
-
See Issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created my Filament page settings, the settings table in my database has been created successfully, I have added the initial data.
I can correctly view the data that is initially created during the migration, but when I want to update it, it shows me the error.
SQLSTATE[HY000]: General error: 1364 Field 'locked' doesn't have a default value.
Any idea why this error happens?
Beta Was this translation helpful? Give feedback.
All reactions