Sha256: 6065a1234d706e30916341bcb3d96250031ea215af69b4a81ff6d62f3f149975
Contents?: true
Size: 273 Bytes
Versions: 86
Compression:
Stored size: 273 Bytes
Contents
class CreateIndicators < ActiveRecord::Migration[5.1] def change create_table :indicators do |t| t.references :user t.references :organization t.references :parent t.references :content, polymorphic: true t.timestamps end end end
Version data entries
86 entries across 86 versions & 2 rubygems