????

Your IP : 3.147.69.134


Current Path : C:/inetpub/vhost/redmine/db/migrate/
Upload File :
Current File : C:/inetpub/vhost/redmine/db/migrate/20190315102101_add_trackers_description.rb

class AddTrackersDescription < ActiveRecord::Migration[5.2]
  def change
    add_column :trackers, :description, :string, :after => :name
  end
end