SQLSTATE[HY000]: General error: 1005 Can't create table '*' (errno: 150) 3
You may or may have not already stumbled upon this rather obscure error message (no, I'm not starting a serie on obscures error messages). Well the first thing to think when you encounter this is your foreign keys. This message generally denotes a failure in foreign keys creation, for example when...
Thursday 02 Apr 2009 15:18