SQLite Forum

create taable with syntax error works ?
Login
Look at `ProjectDescription text` line. It is missing a comma.

SQL largely ignores whitespace and SQLite accepts arbitrary strings as data types. So your `ProjectDescription` is a NOT NULL column with type set to “`text ProjectStartDate text`”, which is fine for SQLite.