hi! what is the code impact of changing from servoy sequence to uuid generator? we are changing the primary key to be character. i believe servoy sequence only supports numeric field.
The code impact is not big. Changing the datatypes and the data will be the biggest challenge. Besides all the primary keys, you also have to change all the foreign keys.