Db.xDangerDropTable
Db.xDangerDropTable($tableName) -> boolean
Description
Drop (permanently delete) a table from the database.
Db.xDangerDropTable('tempCache') //= true Db.tableExists('tempCache') //= false
Drop (permanently delete) a table from the database.
Db.xDangerDropTable('tempCache') //= true Db.tableExists('tempCache') //= false