Sha256: 50f911f1a40e2a3cd98af9f5b08ad1b84902901d0acb3fb333770e73e75b99b8
Contents?: true
Size: 107 Bytes
Versions: 4
Compression:
Stored size: 107 Bytes
Contents
class AddFoodToUser < ActiveRecord::Migration def change add_column :users, :food, :string end end
Version data entries
4 entries across 4 versions & 1 rubygems