[symfony-users] Re: Doctrine/MySQL: double up of id index

2010-08-23 Thread pghoratiu
Post the schema you use. Usually a PK ID is autogenerated for a given table if none was specified. gabriel On Aug 24, 1:52 am, Jochen Daum jdau...@gmail.com wrote: Hi, this may sound quite minor, but I'm just getting into Symfony and am interested in some of the details. When I run

Re: [symfony-users] Re: Doctrine/MySQL: double up of id index

2010-08-23 Thread Jochen Daum
Hi, On Tue, Aug 24, 2010 at 11:08 AM, pghoratiu pghora...@gmail.com wrote: this may sound quite minor, but I'm just getting into Symfony and am interested in some of the details. When I run symfony doctrine:insert-sql, the tables created always have a duplicate index, one called PRIMARY and