Finished chapter 6
[depot.git] / db / schema.rb
index c702c8e575506f57cc6dfe7332e5035a8a3724e0..b87309270457b2db59c6b2ed63fbde255b000724 100644 (file)
@@ -9,7 +9,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20080724075409) do
+ActiveRecord::Schema.define(:version => 20090130111521) do
 
   create_table "products", :force => true do |t|
     t.string   "title"
@@ -17,6 +17,7 @@ ActiveRecord::Schema.define(:version => 20080724075409) do
     t.string   "image_url"
     t.datetime "created_at"
     t.datetime "updated_at"
+    t.decimal  "price",       :precision => 8, :scale => 2, :default => 0.0
   end
 
 end