How to INSERT to a table with AUTO_INCREMENT?
I’m trying to insert new users to a table in MySQL when they register. I am using a FlaskApp on PythonAnywhere.
I’m trying to insert new users to a table in MySQL when they register. I am using a FlaskApp on PythonAnywhere.