when tryign to insert sqlite3.OperationalError: no such column: code example
Example: 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.
'''