예제 #1
0
파일: CakeAdapter.php 프로젝트: lhas/pep
 /**
  * Returns an array of the supported Phinx column types.
  *
  * @return array
  */
 public function getColumnTypes()
 {
     return $this->adapter->getColumnTypes();
 }