1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00

Edit migration to allow a user to own a bike

This commit is contained in:
Jason Denney 2012-12-05 09:25:14 -05:00
parent 70b7b33909
commit 56da361bca

View File

@ -2,6 +2,7 @@ class CreateUserProfile < ActiveRecord::Migration
def change
create_table :user_profiles do |t|
t.integer "user_id", :null => false
t.integer "bike_id"
t.string "first_name"
t.string "last_name"
t.string "addrStreet1"