Sha256: c60ffc6f2b2fab9ca8b560a35a3a87c43b079396ee87f22715fc85584cba928c

Contents?: true

Size: 991 Bytes

Versions: 1

Compression:

Stored size: 991 Bytes

Contents

class AddSeoToPhcdevworksRealEstatePropertyListings < ActiveRecord::Migration[6.0]
  def change
  
    add_column :phcdevworks_real_estate_property_listings, :seo_title, :string
    add_column :phcdevworks_real_estate_property_listings, :seo_description , :string

    add_column :phcdevworks_real_estate_property_listings, :seo_open_graph_type, :string
    add_column :phcdevworks_real_estate_property_listings, :seo_open_graph_url, :string
    add_column :phcdevworks_real_estate_property_listings, :seo_open_graph_title, :string
    add_column :phcdevworks_real_estate_property_listings, :seo_open_graph_description, :string

    add_column :phcdevworks_real_estate_property_listings, :seo_twitter_type, :string
    add_column :phcdevworks_real_estate_property_listings, :seo_twitter_url, :string
    add_column :phcdevworks_real_estate_property_listings, :seo_twitter_title, :string
    add_column :phcdevworks_real_estate_property_listings, :seo_twitter_description, :string

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcdevworks_real_estate-2.9.0 db/migrate/20200703183556_add_seo_to_phcdevworks_real_estate_property_listings.rb