Sha256: 216ef8e9937a147c92be92aaeb6087d43555ef684cb8f5d1009f638dd52232fb
Contents?: true
Size: 203 Bytes
Versions: 68
Compression:
Stored size: 203 Bytes
Contents
class AddParticipantLoginEvent < ActiveRecord::Migration def change create_table :participant_login_events do |t| t.references :participant, index: true t.timestamps end end end
Version data entries
68 entries across 68 versions & 1 rubygems