Sha256: 3b7ce1af9741bfdbfba3576e974641bb877fe9a2bf950bad95267e4e0f1e0c9e
Contents?: true
Size: 180 Bytes
Versions: 14
Compression:
Stored size: 180 Bytes
Contents
class AddColumnContactPreferenceToParticipant < ActiveRecord::Migration def change add_column :participants, :contact_preference, :string, empty: true, default: "" end end
Version data entries
14 entries across 14 versions & 1 rubygems