Sha256: 8b81a264624f46d7d692abdba177c2060d85f75a600283f796f6b225583b2d79
Contents?: true
Size: 380 Bytes
Versions: 68
Compression:
Stored size: 380 Bytes
Contents
# This migration comes from event_capture (originally 20140829235335) class CreateEventCaptureEvents < ActiveRecord::Migration def change create_table :event_capture_events do |t| t.datetime :emitted_at t.datetime :recorded_at t.text :payload t.string :user_id t.string :user_agent t.string :source t.string :kind end end end
Version data entries
68 entries across 68 versions & 1 rubygems