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
SELECTcount(*) FROM sqlite_master WHERE tbl_name ='users'AND (sql LIKE'%!((MISSING)"id" %!'(MISSING) OR sql LIKE'%!,(MISSING)"id" %!'(MISSING) OR sql LIKE'%!,(MISSING) "id" %!'(MISSING) OR sql LIKE'%!((MISSING) id %!'(MISSING) OR sql LIKE'%!,(MISSING) id %!'(MISSING) OR sql LIKE'%!,(MISSING)id %!'(MISSING));
ALTERTABLE"users" ADD "id"varchar(64) NOT NULL UNIQUE;
Error:
Log:
the struct:
sqlite describe table:
what does the "MISSING" in logs means? is that the finnal sql statement executed?
The text was updated successfully, but these errors were encountered: