Пример #1
0
 /**
  * @return Field
  */
 public function primary()
 {
     $this->builder->makePrimaryKey();
     return $this;
 }