Remove Bitem
[cs356-p2-videostore.git] / db / schema.rb
index ef94c3e..192232a 100644 (file)
@@ -2,13 +2,7 @@
 # migrations feature of ActiveRecord to incrementally modify your database, and
 # then regenerate this schema definition.
 
-ActiveRecord::Schema.define(:version => 25) do
-
-  create_table "bitems", :force => true do |t|
-    t.column "customer_id",    :integer, :null => false
-    t.column "merchandise_id", :integer, :null => false
-    t.column "date",           :date,    :null => false
-  end
+ActiveRecord::Schema.define(:version => 26) do
 
   create_table "coitems", :force => true do |t|
     t.column "customer_id", :integer