> Does the id need to be the "primary key"?
You can set your own primary key like
def self.up
create_table :table_name, :primary_key => :primary_key_field_name, do
|t|
t.integer :primary_key_field_name
---------
end
Sijo
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---