It looks like for string types with character limit (eg VARCHAR (100), TEXT (100) etc.
These are not enforced by SQLite and are provided only for SQL compatibility, but they are "legal".
However, this throws a warning at it shouldn't.

These types arrive in Julia with their limits:
Unsupported SQLite declared type TEXT (100)