Sha256: bba443c55bebdaf53587c00615fadaacf689dfcfb8b87e9127dc8549df91d5f2

Contents?: true

Size: 133 Bytes

Versions: 4

Compression:

Stored size: 133 Bytes

Contents

class AddTypeToUsers < ActiveRecord::Migration[4.2]
  def change
    add_column :users, :type, :string, :default => 'User'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20140730132113_add_type_to_users.rb
iqvoc-4.14.4 db/migrate/20140730132113_add_type_to_users.rb
iqvoc-4.13.2 db/migrate/20140730132113_add_type_to_users.rb
iqvoc-4.13.0 db/migrate/20140730132113_add_type_to_users.rb