Sha256: 84296c3dbb3e3dcab2a130adfa4a397b4f8e3fd879ff99cf1941bb0146f0b826
Contents?: true
Size: 195 Bytes
Versions: 37
Compression:
Stored size: 195 Bytes
Contents
# typed: true class AddSpellsSpellBooks < ActiveRecord::Migration[6.0] def change create_join_table :spells, :spell_books do |t| t.index [:spell_id, :spell_book_id] end end end
Version data entries
37 entries across 23 versions & 1 rubygems