On 12 Jul 2018, at 9:47am, Simon Leo Hafner <simon.leo.haf...@zalando.de> wrote:

> create table foo (
>  text bar not null
> );

Should be

    bar TEXT NOT NULL

I'm not sure how your line is being parsed, but I can understand it thinking 
you have not set a column type.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to