module Tablature::Adapters::Postgres::UUID
@api private
Public Instance Methods
uuid_function()
click to toggle source
# File lib/tablature/adapters/postgres/uuid.rb, line 6 def uuid_function try(:supports_pgcrypto_uuid?) ? 'gen_random_uuid()' : 'uuid_generate_v4()' end