Sha256: 3efb7a9088e19feb1dbf6e8d0630eaf93ad5e61127b4a194b3674dfcc5d93485

Contents?: true

Size: 141 Bytes

Versions: 3

Compression:

Stored size: 141 Bytes

Contents

class AddCommentToRatings < ActiveRecord::Migration
  def change
    add_column :vendor_ratings, :comment, :string, :default => ""
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pshq_engine-0.1.6 db/migrate/20150421074542_add_comment_to_ratings.rb
pshq_engine-0.1.5 db/migrate/20150421074542_add_comment_to_ratings.rb
pshq_engine-0.0.1 db/migrate/20150421074542_add_comment_to_ratings.rb