Sha256: ad7097fac16e47fbc41ae2cf4a4ffab103dcf4f8e332244aad2dd01470650483
Contents?: true
Size: 144 Bytes
Versions: 37
Compression:
Stored size: 144 Bytes
Contents
# typed: true class AddSpell < ActiveRecord::Migration[6.0] def change create_table :spells do |t| t.string :name end end end
Version data entries
37 entries across 23 versions & 1 rubygems