示例#1
0
 protected function initColumns()
 {
     $this->createPrimaryColumn(self::ID, self::INT);
     parent::initColumns();
 }