Sha256: d34d2c505078ca23f7aaf394b0a2521faaff9aa3fea5340eb57c512dc02185b9
Contents?: true
Size: 223 Bytes
Versions: 9
Compression:
Stored size: 223 Bytes
Contents
# typed: false class AddSubjectsWizards < ActiveRecord::Migration[5.0] def change create_join_table :subjects, :wizards, column_options: { null: true } do |t| t.index [:subject_id, :wizard_id] end end end
Version data entries
9 entries across 9 versions & 1 rubygems