SQLITE Verifique se a tabela existe
CREATE TABLE IF NOT EXISTS table_name (table_definition);
Ugliest Unicorn
CREATE TABLE IF NOT EXISTS table_name (table_definition);