Пример #1
0
 /**
  * Add a table index for this member
  *
  * @return CHOQ_DB_TypeMember
  */
 public function addIndex()
 {
     $this->type->addIndex("index", array($this));
     return $this;
 }