SQLite Forum

Create table with column
Login
> is no error although abc is no valid type.

In sqlite that's a perfectly valid table definition, though perhaps not a *sensible* one for your purposes. See <https://sqlite.org/datatype3.html> for the gory details of sqlite's data type model.