On Friday, January 25, 2013 6:23:23 PM UTC-6, Charles Monteiro wrote:

> Thanks , do you support composed primary keys?I.e multi field , what would 
> be sequel literal symbol syntax, snake case the composed symbol?
> I want to stay db independent, we will have to see what performance is 
> using straight sequel
>
Example from 
http://sequel.rubyforge.org/rdoc/files/doc/schema_modification_rdoc.html

create_table(:items) do
  Integer :group_id
  Integer :position
  primary_key [:group_id, :position]
end

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sequel-talk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to