Sha256: 39601781061d86e1200545fa1e5c7403c8e206f784b8d55e0fecffb4804f0bf6
Contents?: true
Size: 136 Bytes
Versions: 68
Compression:
Stored size: 136 Bytes
Contents
class AddPhoneNumberToParticipant < ActiveRecord::Migration def change add_column :participants, :phone_number, :string end end
Version data entries
68 entries across 68 versions & 1 rubygems