Custom Messages Table #396
-
I added a column called 'type' to the messages table to better cater for my needs. The new Message model is a copy of the old one but with a change in this line, After these changes, I still get this error when I try to create a record in the database using the Message::create method
What am I missing? Laravel isn't recognising the additional column in spite of adding the column in the fillable property. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answered in #397 |
Beta Was this translation helpful? Give feedback.
Answered in #397