Autoincrement with UUID_generate function

Post Reply
alao1968
User
Posts: 2

Autoincrement with UUID_generate function

Post 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


Post Reply