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