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[HY000]: General error: 1215 Cannot add foreign key constraint (SQL
: alter table metrics add constraint metrics_user_id_foreign foreign ke
y (user_id) references users (id) on delete set null on update restri
ct)
[PDOException]
SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint
Above is the error message when running migration.
The text was updated successfully, but these errors were encountered:
[PDOException]
SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint
Above is the error message when running migration.
The text was updated successfully, but these errors were encountered: