SQLite Forum

Why was there no error message at CREATE TABLE?
Login
It might also be useful to indicate what would be the affinity of column a in:

`create table xxx (a text b integer);`

So perhaps somewhere in section 3.1 on:

`https://www.sqlite.org/datatype3.html`

would be the place.