Module Sequel::Plugins::Uuid::ClassMethods
In: lib/sequel/plugins/uuid.rb

Methods

Attributes

uuid_field  [R]  The field to store the uuid

Public Instance methods

Whether to overwrite the create uuid if it already exists

[Source]

    # File lib/sequel/plugins/uuid.rb, line 39
39:         def uuid_overwrite?
40:           @uuid_overwrite
41:         end

[Validate]