Sha256: f6f32be7a2d6e5e6acd392e56e2a9f1442db9dddc8df637dd2820f3d16182928
Contents?: true
Size: 387 Bytes
Versions: 6
Compression:
Stored size: 387 Bytes
Contents
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
6 entries across 6 versions & 1 rubygems