Sha256: 4fee162a492b2b41f53bdc02c03dc59518e022202c667b2fcbd3298208839dba

Contents?: true

Size: 109 Bytes

Versions: 5

Compression:

Stored size: 109 Bytes

Contents

class AddTypeToMovie < ActiveRecord::Migration
  def change
    add_column :movies, :type, :string
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
recommendable-2.2.2 test/dummy/db/migrate/20131226165647_add_type_to_movie.rb
recommendable-2.2.1 test/dummy/db/migrate/20131226165647_add_type_to_movie.rb
recommendable-2.2.0 test/dummy/db/migrate/20131226165647_add_type_to_movie.rb
recommendable-2.1.4 test/dummy/db/migrate/20131226165647_add_type_to_movie.rb
recommendable-2.1.3 test/dummy/db/migrate/20131226165647_add_type_to_movie.rb