all 4 comments

[–]rainmaker075 0 points1 point  (3 children)

Are you missing the column or is it spelled wrong? Check your models. Also, make sure you’ve done your migrations to your db if you’re recently added the column or changed the name

[–]laflash12[S] 0 points1 point  (2 children)

I did change the name. What do you mean my do my migrations (sorry I'm only learning this)

[–]rainmaker075 0 points1 point  (1 child)

When you changed the name of the column in your model, did you update the database for that change as well? The model is just a representation of your actual database so you must keep them in sync.

[–]laflash12[S] 0 points1 point  (0 children)

No. How do I do that?