Sha256: 2ba6a1e6dd4bea63843a0a001adb2437203fd763b5e68a21f4c7711a08b96cca
Contents?: true
Size: 317 Bytes
Versions: 19
Compression:
Stored size: 317 Bytes
Contents
class <%= migration_class_name %> < ActiveRecord::Migration<%= migration_version %> def change create_table :disco_recommendations do |t| t.references :subject, polymorphic: true t.references :item, polymorphic: true t.string :context t.float :score t.timestamps end end end
Version data entries
19 entries across 19 versions & 1 rubygems