I prepared a schema.yml -you can find below-. When i build it, build sql and inserting sql; i haven't face any problem. But when i try to load data (fixtures) it gives me an error -you can find below-.
I can't find any problem on my schema and especially on my relationship.
Do you have any ideas?
Thanks a lot in advanced...
Here is my schema.yml
www.ermantaylan.com/schema.yml
And Error:
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (
tefrika
.articles
, CONSTRAINT articles_issue_id_issues_issue_id
FOREIGN KEY (issue_id
) REFERENCES issues
(issue_id
) ON DELETE CASCADE)