Sha256: 4b17387394b967563445b0a5c30183ac75f7a8a6df8294807782ea685330ee5a
Contents?: true
Size: 356 Bytes
Versions: 11
Compression:
Stored size: 356 Bytes
Contents
# This migration comes from ratable (originally 20160418175804) class CreateRatableRatings < ActiveRecord::Migration def change create_table :ratable_ratings do |t| t.references :ratee, polymorphic: true t.references :rater, polymorphic: true t.integer :value t.text :comment t.timestamps null: false end end end
Version data entries
11 entries across 11 versions & 1 rubygems