Sha256: 90f6dca0a229237bfba898c3a18e64cf36760f5d4dd93cc26fe5c39e602a1e40
Contents?: true
Size: 242 Bytes
Versions: 61
Compression:
Stored size: 242 Bytes
Contents
class AddEmotionsThoughtsBodyFeelingsToExperience < ActiveRecord::Migration def change add_column :experiences, :emotions, :text add_column :experiences, :thoughts, :text add_column :experiences, :body_feelings, :text end end
Version data entries
61 entries across 61 versions & 1 rubygems
Version | Path |
---|---|
think_feel_do_engine-3.12.0 | db/migrate/20160209225643_add_emotions_thoughts_body_feelings_to_experience.rb |