ambition/db/migrate/20161228062119_add_user_id_...

6 lines
121 B
Ruby
Raw Normal View History

2016-12-28 14:22:55 +08:00
class AddUserIdToComments < ActiveRecord::Migration
def change
add_column :comments, :user_id, :integer
end
end