There is [dropIfExists](https://www.tinyorm.org/database/migrations#renaming-and-dropping-tables) for tables but there is no wrapper for `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 .