20160716083548_add_user_to_posts.rb 107 Bytes
Newer Older
Jasmine Principe's avatar
Jasmine Principe committed
1 2 3 4 5
class AddUserToPosts < ActiveRecord::Migration
  def change
  	add_column :posts, :user, :string
  end
end