In SQLite, when I say:
CREATE TABLE my_table ( my_column VARCHAR );
without specifying the size of VARCHAR, what is the defa
VARCHAR
From what I can gather, VARCHAR is the same as TEXT
TEXT
http://www.sqlite.org/datatype3.html
Also see http://www.sqlite.org/different.html#flex