Sha256: bb556775fcf5ed25f506756746089bd601e1e350170960e057abe0b4f924200d
Contents?: true
Size: 156 Bytes
Versions: 68
Compression:
Stored size: 156 Bytes
Contents
class AddIsPositiveToEmotion < ActiveRecord::Migration def change add_column :emotions, :is_positive, :boolean, default: true, null: false end end
Version data entries
68 entries across 68 versions & 1 rubygems