ambition/db/migrate/20161228062119_add_user_id_...

6 lines
121 B
Ruby

class AddUserIdToComments < ActiveRecord::Migration
def change
add_column :comments, :user_id, :integer
end
end