0
votes

When I update my schema (php app/console doctrine:schema:update --force ), generated tables don't have foreign key constraint. In phpmyadmin I can insert data manually in these tables without put value for foreign keys (ManyToOne variable in Doctrine ORM Entity).

So I ask myself is it a normal behavior or am I missing something while creating entities.

Thank's a lot (and sorry for my english)

1

1 Answers