Sha256: 82df2df6b3c15f42c99e25438aeaf2a03d122b3662b622006dfe5e6f973b3eff
Contents?: true
Size: 291 Bytes
Versions: 35
Compression:
Stored size: 291 Bytes
Contents
# typed: true class AddMoreEnumsToWizard < ActiveRecord::Migration[5.2] 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
35 entries across 35 versions & 1 rubygems