Bad JSON: IncrementVersionTracking Query failed: Unknown column '0.11.7.3' in 'field list' at Terraria.ModLoader.UI.ModBrowser.UIModBrowser.PopulateFromJson(LocalMod[] installedMods, String json) code example
Example: C# Unknown column 'FundAllocation' in 'field list
/* Could be:
a) Using the wrong kind of qoutes, ie. 'FieldName' instead of `FieldName`
b) Your table does not have that column
c) You are trying to update/access data in the incorrect table (see point b)
*/