在select的時候發現回傳的primary key都是0,這時可能是因為primary key為非數字,如果沒有在model定義 auto increment是false, 預設會認為是true,所以要在model中多設定這行: public $incrementing = false; 本筆記參考:1. https://stackoverflow.com/questions/34458985/eloquent-model-returns-0-as-primary-key