Hi every:
I'm creating my schema.yml file but have one doubt concerning "sequences". I've see that "serial" datatype doesn't exists in Doctrine so I can't do this:
id_group: { type: serial, primary: true }
But I need this field "autoincrement". I was thinking in use this syntax:
id_group: { type: integer(4), primary: true, autoincrement: true }
But I'm not so sure about the result, I mean this create sequences in PostgreSQL? How yours deal with this?
--
Cheers
ReynierPM

--
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