socialforge/db/migrate/20130807031901_add_user_id_...

6 lines
116 B
Ruby
Raw Normal View History

2013-08-12 23:06:50 +08:00
class AddUserIdToShares < ActiveRecord::Migration
def change
add_column :shares, :user_id, :integer
end
end