Sha256: 4c096300bc5c9967643eb73952ca55381b3ebe54110275008a2e93b7c842203a
Contents?: true
Size: 118 Bytes
Versions: 1
Compression:
Stored size: 118 Bytes
Contents
class AddOmniauthToUsers < ActiveRecord::Migration[6.0] def change add_column :users, :image, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blog_app-0.0.1 | db/migrate/20220908072238_add_omniauth_to_users.rb |