Set the uuid when creating
[Source]
# File lib/sequel/plugins/uuid.rb, line 45 45: def before_validation 46: set_uuid if new? 47: super 48: end
[Validate]