20160413115152_add_token_to_web_hooks.rb 117 Bytes EditWeb IDE 1 2 3 4 5 class AddTokenToWebHooks < ActiveRecord::Migration def change add_column :web_hooks, :token, :string end end