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