UUID generation into a varbinary(16)

Hi people!


I’m trying to figure out how to create a varbinary(16) id column in which I wanna insert a random UUID value. Is it possible to create a custom id generator, or something that solves this issue?


Thanks in advance

Depending on your database, there are sometimes SQL commands to generate UUID’s. I’m not sure when you are wanting the ids generated. As part of a loadData or change? 


Nathan