Sha256: 189e7a7f83de8390a1f90df764ae3840631d0b74c0f629f136349d5719739fc7

Contents?: true

Size: 132 Bytes

Versions: 3

Compression:

Stored size: 132 Bytes

Contents

class AddFavoriteColorToMangs < ActiveRecord::Migration[4.2]
  def change
    add_column :mangs, :favorite_color, :string
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
devise_token_auth-0.1.43 test/dummy/db/migrate/20140916224624_add_favorite_color_to_mangs.rb
digix_devise_token_auth-0.1.44 test/dummy/db/migrate/20140916224624_add_favorite_color_to_mangs.rb
devise_token_auth-0.1.43.beta1 test/dummy/db/migrate/20140916224624_add_favorite_color_to_mangs.rb