CREATE TABLE IF NOT EXISTS some_table (id INTEGER PRIMARY KEY AUTOINCREMENT, ...);
CREATE TABLE IF NOT EXISTS [schema_name].table_name (...);