示例#1
0
文件: Base.php 项目: azema/phigrate
 /**
  * Add comment in code SQL
  *
  * @param string $comment Comment to SQL
  *
  * @return Phigrate_Migration_Base
  */
 public function comment($comment)
 {
     $this->_adapter->comment($comment);
     return $this;
 }