Database Problem #1137
LinuxIntellect
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
attendize
.accounts
, CONSTRAINTaccounts_timezone_id_foreign
FOREIGN KEY (timezone_id
) REFERENCEStimezones
(id
)) (SQL: insert intoaccounts
(email
,first_name
,last_name
,currency_id
,timezone_id
,updated_at
,created_at
) values ([email protected], Zobaer, Ahmed, 2, 30, 2024-04-28 12:11:54, 2024-04-28 12:11:54))Beta Was this translation helpful? Give feedback.
All reactions