Sha256: f19d781e145ddc4b43a2984d6d5f19bb4c0832db5a9590060c2a0086074db43f
Contents?: true
Size: 291 Bytes
Versions: 49
Compression:
Stored size: 291 Bytes
Contents
# typed: true class AddMoreEnumsToWizard < ActiveRecord::Migration[6.0] def change add_column :wizards, :quidditch_position, :integer add_column :wizards, :hair_color, :integer add_column :wizards, :eye_color, :integer add_column :wizards, :hair_length, :integer end end
Version data entries
49 entries across 35 versions & 1 rubygems