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