SQLSTATE[42000]: Syntax error or access violation: 1066 Not unique table/alias on relationship
问题 So, I'm receiving the following error from Laravel framework; but I couldn't find why this framework is producing this error: SQLSTATE[42000]: Syntax error or access violation: 1066 Not unique table/alias: 'participants' (SQL: select `participants`.*, `participants`.`message_id` as `pivot_message_id`, `participants`.`user_id` as `pivot_user_id`, `participants`.`created_at` as `pivot_created_at`, `participants`.`updated_at` as `pivot_updated_at` from `participants` inner join `participants` on