Python project with flask doesn’t think I have a email column for some reason
I’ve been trying to follow this tutorial but I changed my code slightly to understand better, but I’m getting a error that there is a missing column when I’m trying to create a new resource via a post request, I’m utilizing flask
, flask_restful
and flask_alchemy