# File lib/sequel/adapters/shared/postgres.rb 86 def primary_key(table) 87 :id 88 end
module Sequel::Postgres::MockAdapterDatabaseMethods
Public Instance Methods
bound_variable_arg(arg, conn)
click to toggle source
# File lib/sequel/adapters/shared/postgres.rb 82 def bound_variable_arg(arg, conn) 83 arg 84 end
primary_key(table)
click to toggle source