Sha256: fdaa88335dd0a1184bcd226e048b3b73692b76196b5b3699200fb1730c94ca5b
Contents?: true
Size: 128 Bytes
Versions: 3
Compression:
Stored size: 128 Bytes
Contents
class AddLandlineToOrganization < ActiveRecord::Migration def change add_column :organizations, :phone, :string end end
Version data entries
3 entries across 3 versions & 1 rubygems