Sha256: fbe97ba2e95aa53b1f400890b3991ca1907e33460934d24f389501c2a26f5a19
Contents?: true
Size: 449 Bytes
Versions: 5
Compression:
Stored size: 449 Bytes
Contents
# This migration comes from droom (originally 20120918121352) class AddPostalAddressToPeople < ActiveRecord::Migration def change add_column :droom_people, :post_line1, :string add_column :droom_people, :post_line2, :string add_column :droom_people, :post_city, :string add_column :droom_people, :post_region, :string add_column :droom_people, :post_country, :string add_column :droom_people, :post_code, :string end end
Version data entries
5 entries across 5 versions & 1 rubygems