X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=db%2Fschema.rb;h=dcfe7d98559490f0660d9443b20a31f7f05e6c79;hb=6de5aedfe8ff0bc967b3690ae53d1f4205c10798;hp=73ad8b39452d1c55381a315d0f2a2c3116a808de;hpb=f4a463b2d77fccc4919aea19a54736db6e485688;p=cs356-p2-videostore.git diff --git a/db/schema.rb b/db/schema.rb index 73ad8b3..dcfe7d9 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -2,7 +2,13 @@ # migrations feature of ActiveRecord to incrementally modify your database, and # then regenerate this schema definition. -ActiveRecord::Schema.define(:version => 14) do +ActiveRecord::Schema.define(:version => 15) 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 create_table "coitems", :force => true do |t| t.column "customer_id", :integer