예제 #1
0
파일: CakeAdapter.php 프로젝트: lhas/pep
 /**
  * Converts the Phinx logical type to the adapter's SQL type.
  *
  * @param string $type
  * @param int|null $limit
  * @return string
  */
 public function getSqlType($type, $limit = null)
 {
     return $this->adapter->getSqlType($type, $limit);
 }