Answers for "sqlite3.OperationalError: no such column: splash_user.id"

2

sqlite operational error no such column

'''
If you add a column to a table after you have initialized the model, you have to delete the database and initialize the model again.
'''
Posted by: Guest on October-21-2020

Code answers related to "sqlite3.OperationalError: no such column: splash_user.id"

Python Answers by Framework

Browse Popular Code Answers by Language