Sha256: e0073eb0dd35d07d9fef7f4386596fcf078ba391f2ca53d31b1ced45a77b2fe7
Contents?: true
Size: 343 Bytes
Versions: 11
Compression:
Stored size: 343 Bytes
Contents
# This migration comes from quadro (originally 20160606213156) class CreateQuadroInteractions < ActiveRecord::Migration def change create_table :quadro_interactions do |t| t.references :interactable, polymorphic: true t.text :content t.string :ip_address t.string :user_agent t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems