Hello all, Currently I manually set the autoincrement value for fields in MySQL before loading fixtures using SQL syntax such as ALTER TABLE `Student` AUTO_INCREMENT =10000 Is there a way to specify the initial value for autoincremented fields in the schema yaml file so that I don't have to remember to manually alter tables before loading fixtures? Reading through the doctrine 1.2 manual I didn't see anything and also came up empty handed after searching the web.
Thanks for any help - Michael -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en