示例#1
0
文件: Id.php 项目: pckg/migrator
 public function getSql()
 {
     return parent::getSql() . ($this->autoincrement ? ' AUTO_INCREMENT' : '');
 }