Sha256: fc158bd41dc6a3fb82dedc388ed3a46f7da1b7637e22f4d5aa2240f67be5114d
Contents?: true
Size: 220 Bytes
Versions: 31
Compression:
Stored size: 220 Bytes
Contents
class CreateExamRegistrationUserJoinTable < ActiveRecord::Migration[5.1] def change create_join_table :exam_registrations, :users do |t| t.index :user_id t.index :exam_registration_id end end end
Version data entries
31 entries across 31 versions & 1 rubygems