Sha256: 0762c67d2c62cd1ec8b3cfaaa3fc85018f3b6783cd956fffa52ef410acdd2464
Contents?: true
Size: 196 Bytes
Versions: 9
Compression:
Stored size: 196 Bytes
Contents
# typed: false class AddSpellsSpellBooks < ActiveRecord::Migration[5.1] def change create_join_table :spells, :spell_books do |t| t.index [:spell_id, :spell_book_id] end end end
Version data entries
9 entries across 9 versions & 1 rubygems