SQLSTATE[HY000]: General error: 1364 Field 'guardian_id' doesn't have a default value
I have a StudentResource and in form I am doing this:
But while creating a new student I am getting this error
SQLSTATE[HY000]: General error: 1364 Field 'guardian_id' doesn't have a default value
3 Replies
Can you show a migration file?
Make sure it's $fillable in the model.
Sure the student migration file is:
yeah... missed that... thanks