nullable = false; $this->attributes['unsigned'] = true; $this->attributes['primary_key'] = true; $this->attributes['auto_increment'] = true; parent::__construct('int'); } }