Add interface wrapper for CREATE IF NOT EXISTS #38
Labels
enhancement
New feature or request
future
Task that has lower priority because there is still much to do.
schema builder
Schema builder
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 .
The text was updated successfully, but these errors were encountered: