SQLSTATE[HY000]: General error: 1364 Field 'locked' doesn't have a default value

I have created my Filament page settings, the settings table in my database has been created successfully, I have added the initial data.
The data is displayed correctly within Filament, but at save time the following error is thrown:

SQLSTATE[HY000]: General error: 1364 Field 'locked' doesn't have a default value.

Any idea why this error happens?
Was this page helpful?