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