'integer', ]; } public function collection(): BelongsTo { return $this->belongsTo(EggCollection::class, 'egg_collection_id'); } public function chicken(): BelongsTo { return $this->belongsTo(Chicken::class); } }