brynnb / idlequest

A idle / incremental game based on the 1999 classic EverQuest
1 stars 0 forks source link

Fix table structures in sqlite file #15

Open brynnb opened 1 week ago

brynnb commented 1 week ago

The Sqlite database I'm importing data into it using TEXT type for every field for a lot of tables, I should probably import the actual table structures, which might also require some code updates because there are places that accommodated stuff being string which I thought was an artifact of legacy code but it may have possibly just been my mistake.