8000
There is dropIfExists for tables but there is no wrapper for CREATE TABLE IF NOT EXISTS.
CREATE TABLE IF NOT EXISTS
Likewise, the querybuilder doesn't interface CREATE INDEX IF NOT EXISTS .
There is dropIfExists for tables but there is no wrapper for
CREATE TABLE IF NOT EXISTS.Likewise, the querybuilder doesn't interface CREATE INDEX IF NOT EXISTS .