SQLSTATE[HY000]: General error: 1364 Field 'title' doesn't have a default value #330
Unanswered
safarovitch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
All the test of this package indicate that it is functioning correctly. Could you PR a failing test (and possibly a fix)? |
Beta Was this translation helpful? Give feedback.
1 reply
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 am getting error when trying to create record using Model::create() method.
I used this package several times before and newer go this error but now it is throwing
SQLSTATE[HY000]: General error: 1364 Field 'title' doesn't have a default value
The title field is json and it presents in
public $translatable
and it does not present inprotected $fillable
Beta Was this translation helpful? Give feedback.
All reactions