Starting from version 1.3.2, When creating a table for a class that has a List property with an Ignore attribute, the error 'Don't know about List' is thrown.
This list originally came from a base class, and is subsequently overridden in the child class in order to furnish it with the [Ignore] attribute (the base class isn't exposed to SQLite reference dependency). My guess is it somehow referred back to the base class's property.