I am trying to get specific data from the database by using column SongID when a user clicks a link but I am getting this error:
SongID
SQLSTATE[42
protected $primaryKey = 'SongID';
After adding to my model to tell the primary key because it was taking id(SongID) by default