whenever i click the save button in the add item page it keeps returning an error table items has no column named IsSold
#more code above
when users double clicks the messagebox appears and when they click yes then the sold column is updated to yes but this doesnt save to the database?
from tkinter import messagebox
import tkinter as tk
from tkinter import ttk
import sqlite3