mvime...@gmail.com
unread,Feb 25, 2013, 6:12:57 AM2/25/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to compos...@googlegroups.com
Any chance to use define composite keys with the ActiveRecord::Schema.define or Migrations?
Would be nice to have something like:
create_table "caps", :primary_key => ["cap_numbr","cap_xvals","cap_yvals"], :force => true do |t|
..........
Best Regards