Sha256: ca8dac2045c840bfbf851a7fe20eb59622c1d1f624ce2101f11ca2b288bbb627
Contents?: true
Size: 292 Bytes
Versions: 21
Compression:
Stored size: 292 Bytes
Contents
# typed: false class AddMoreEnumsToWizard < ActiveRecord::Migration[5.1] 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
21 entries across 21 versions & 1 rubygems