Sha256: 447b83a5aa670aca93603e76300e34ab24f17594621d14d450c2a8a44ec90795
Contents?: true
Size: 222 Bytes
Versions: 23
Compression:
Stored size: 222 Bytes
Contents
# typed: true class AddSubjectsWizards < ActiveRecord::Migration[5.2] 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
23 entries across 23 versions & 1 rubygems