0 votes

Hello,
Is it possible to make a global change so that GeneratedValue changes from IDENTITY to UUID for all Entities at once:

  • @ORM\GeneratedValue(strategy="UUID")

Thanks,
Peter

in Solved by (390 points)
recategorized by

1 Answer

0 votes
Best answer

Hi,
there is no "global" settings in Skipper. It's necessary to set it to each entity one-by-one.

But in case that you need this setting pre-configured for any new entity, you can update entity template (https://help.skipper18.com/expert-usage/customization/extending-templates/) so any new entity will have this ORM property filled

by Skipper developer (141k points)
selected by