You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Illuminate\Database\QueryException]
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update
a child row: a foreign key constraint fails (leantony.reviews, CONSTRAI
NT user_can_make_many_reviews FOREIGN KEY (user_id) REFERENCES users
(id) ON DELETE CASCADE ON UPDATE CASCADE) (SQL: insert into reviews (p roduct_id, user_id, comment, stars, updated_at, created_at) valu
es (92, 172, Accusamus earum facere ratione odit qui laudantium. Nisi aut q
uod quo. Et culpa quaerat aut et optio nemo. Doloremque sunt cum animi nisi
voluptatem. Excepturi sit odit ut temporibus iste qui., 5, 2017-06-11 03:4
9:04, 2017-06-11 03:49:04))
[PDOException]
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update
a child row: a foreign key constraint fails (leantony.reviews, CONSTRAI
NT user_can_make_many_reviews FOREIGN KEY (user_id) REFERENCES users
(id) ON DELETE CASCADE ON UPDATE CASCADE)
The text was updated successfully, but these errors were encountered:
[Illuminate\Database\QueryException]
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update
a child row: a foreign key constraint fails (
leantony
.reviews
, CONSTRAINT
user_can_make_many_reviews
FOREIGN KEY (user_id
) REFERENCESusers
(
id
) ON DELETE CASCADE ON UPDATE CASCADE) (SQL: insert intoreviews
(p roduct_id
,user_id
,comment
,stars
,updated_at
,created_at
) values (92, 172, Accusamus earum facere ratione odit qui laudantium. Nisi aut q
uod quo. Et culpa quaerat aut et optio nemo. Doloremque sunt cum animi nisi
voluptatem. Excepturi sit odit ut temporibus iste qui., 5, 2017-06-11 03:4
9:04, 2017-06-11 03:49:04))
[PDOException]
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update
a child row: a foreign key constraint fails (
leantony
.reviews
, CONSTRAINT
user_can_make_many_reviews
FOREIGN KEY (user_id
) REFERENCESusers
(
id
) ON DELETE CASCADE ON UPDATE CASCADE)The text was updated successfully, but these errors were encountered: