diff --git a/depot/db/schema.rb b/depot/db/schema.rb index dd5d4b4..390f6c8 100644 --- a/depot/db/schema.rb +++ b/depot/db/schema.rb @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20100119095254) do +ActiveRecord::Schema.define(:version => 20100119100141) do create_table "products", :force => true do |t| t.string "title" @@ -17,6 +17,7 @@ t.string "image_url" t.datetime "created_at" t.datetime "updated_at" + t.decimal "price", :precision => 8, :scale => 2, :default => 0.0 end end