format($this->value)); if (empty($format)) { return ''; } return '`' . $this->column . '` not in(' . implode(',', $format) . ')'; } }