Hi Frédéric,

On Tue, Dec 16, 2008 at 11:10 PM, fredlab <[email protected]> wrote:
> Strangely, I kept on having the same problem until I switch from
> Innodb to Myisam for the type of database.

That makes sense, since in InnoDB foreign keys are strictly validated
while in MyISAM foreign key constraints do not exist. The question is
whether you prefer the latter case. (MyISAM thus also does not support
cascading deletes and updates).

I am still pretty sure that you have a size mismatch there. Have you
tried using other sizes than 11? When I had this error, I just kept
trying out the few available sizes until the error disappeared.


Bernhard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to