You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd = "CREATE TABLE IF NOT EXISTS %s (id INTEGER PRIMARY KEY AUTOINCREMENT, name TEXT NOT NULL, nbs INTEGER NOT NULL, result JSON NOT NULL, CONSTRAINT unique_%s UNIQUE (name,nbs));" %(p['tblname'],p['tblname'])