Sha256: 52427777fba8df9f38b4bcb79368239c71d09c273667afc7409dcda75f7cca6c

Contents?: true

Size: 134 Bytes

Versions: 247

Compression:

Stored size: 134 Bytes

Contents

class AddProfilePhotoIdToUser < ActiveRecord::Migration[5.2]
  def change
    add_column :users, :profile_photo_id, :string
  end
end

Version data entries

247 entries across 247 versions & 1 rubygems

Version Path
bullet_train-1.0.6 db/migrate/20190321203224_add_profile_photo_id_to_user.rb
bullet_train-1.0.5 db/migrate/20190321203224_add_profile_photo_id_to_user.rb
bullet_train-1.0.4 db/migrate/20190321203224_add_profile_photo_id_to_user.rb
bullet_train-1.0.3 db/migrate/20190321203224_add_profile_photo_id_to_user.rb
bullet_train-1.0.2 db/migrate/20190321203224_add_profile_photo_id_to_user.rb
bullet_train-1.0.1 db/migrate/20190321203224_add_profile_photo_id_to_user.rb
bullet_train-1.0.0 db/migrate/20190321203224_add_profile_photo_id_to_user.rb