sqlite3 create missing tables code example Example: sqlite create table if not exists CREATE TABLE IF NOT EXISTS [schema_name].table_name (...);