Sha256: 52427777fba8df9f38b4bcb79368239c71d09c273667afc7409dcda75f7cca6c
Contents?: true
Size: 134 Bytes
Versions: 243
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
243 entries across 243 versions & 1 rubygems