'integer', 'team_id' => 'integer', 'active' => 'boolean', ]; public function team(): \Illuminate\Database\Eloquent\Relations\BelongsTo { return $this->belongsTo(Team::class); } }