Re: [symfony-users] Trying to build and load

2010-11-05 Thread Gareth McCumskey
Try doing a truncate on your tables (not delete) to reset the primary key values of all the tables. WHat looks like is happening is that your fixtures are being inserted with the auto-incrementing ID and if you have had data in that table before it continues auto-incrementing from what the

[symfony-users] Trying to build and load

2010-11-04 Thread Javier Garcia
Hi, i have just created a new project and this models and the fixtures below: culture: id: ~ code: { type: CHAR, size: 6, default: 'it', required: true } text: { type: VARCHAR, size: 50, default: 'italiano', required: true } folder_prod:{ type: