示例#1
0
 /**
  * @param string $colName
  *
  * @return $this
  * @throws Exception
  */
 function addColName($colName)
 {
     $this->columns->addColname($colName);
     return $this;
 }