Returns the primary key for the Entity.
Returns:
225 226 227
# File 'lib/frodo/entity.rb', line 225 def primary_key schema.primary_key_for(name) end