Articles tagged with "UUID"

Uuid Behavior

By Billy Gunn
I have a requirement to use UUID's as primary keys. I was initially using MySQL triggers to call uuid() on insert but in the end decided a behavior makes more sense. This behavior adds a UUID to the field specified in your models.
[Read more]