示例#1
0
文件: CakeAdapter.php 项目: lhas/pep
 /**
  * Returns an array of the supported Phinx column types.
  *
  * @return array
  */
 public function getColumnTypes()
 {
     return $this->adapter->getColumnTypes();
 }