Page 1 of 1

Autoincrement with UUID_generate function

Posted: Sat Nov 14, 2015 1:42 am
by alao1968

When I use the "sequence" as autoincrement in Postgresql it works, but if I use a uuid_generate_v4() function it doesn't works when I try to add new record. I'd like to have a option in the PHPMaker to let me set field as autoincrement.

Thanks