class AddColorToMetacodes < ActiveRecord::Migration def change add_column :metacodes, :color, :string end end