Colin,
Yes. I have run the migration. Here is the schema:
======================== schema.rb ===================
ActiveRecord::Schema.define(:version => 20110609145209) do
create_table "greetings", :force => true do |t|
t.string "greet"
t.string "language"
t.integer "count"
t.datetime "created_at"
t.datetime "updated_at"
end
end
====================================================
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/7UIDNd9vMa4J.
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.