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) */
Comments
Post a Comment