/**
  * sql version
  *
  * @return string
  */
 private function sql_type()
 {
     return $this->_adapter->type_to_sql($this->type, $this->_options);
 }