https://bugs.winehq.org/show_bug.cgi?id=56611
--- Comment #3 from Jeremy Newman jnewman@codeweavers.com --- Pushed a commit: https://gitlab.winehq.org/winehq/appdb/-/commit/57cdb89927c69b4ca58a9de9d99d...
This hopefully should fix the linkedWidth issue.
For the usedWorkaround one, I think we can fix it by changing the table structure so the field has a default value. It is an enum with 'Yes' and 'No' as valid values.
I might also need to update the code so it does not allow any other values.