hi, im using this migration:
and this model:
how do i specify the composite key in the model?? i tryed protected $primaryKey = ['trip_id','stop_id']; but gives error because it only accepts string! any suggestion ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community