Answers for "attach database OperationalError: (sqlite3.OperationalError) no such column:"

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 "attach database OperationalError: (sqlite3.OperationalError) no such column:"

Python Answers by Framework

Browse Popular Code Answers by Language