Advertisement
wadosms

Untitled

Apr 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. class AddRedirectCount < ActiveRecord::Migration
  2.   def change
  3.     add_column :links, :redirect_count, :integer, default: 0
  4.   end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement