_this.connectionRun(r.tableDrop(collectionName), function (err, result) {
                if (err) {
                    cb(err);
                } else if (result.dropped !== 1) {
                    cb('Failed to drop table: ' + collectionName);