#schema.rb
ActiveRecord::Schema.define(:version => 20101124114645) do
...
create_table "fos_products", :force => true do |t|
t.string "name"
t.decimal "price", :precision => 8, :scale => 2
t.string "description"
t.integer "type_id"
t.integer "size_id"
t.integer "provider_id"
t.date "valid_date"
t.integer "card_nr"
t.integer "card_char"
t.datetime "created_at"
t.datetime "updated_at"
t.boolean "inactive", :default => false
t.integer "editor"
end
...
end
--
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.