> alter table zones add column in_type varchar(512) default "File"; # sqlite3 SQLite version 3.7.17 2013-05-20 00:56:22 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> alter table zones add column in_type varchar(512) default "File"; Error: no such table: zones