Sha256: fd48efbedda4b53f120ab5bbfbc91ae21377b88134b0b6c8ad85014b43404096

Contents?: true

Size: 972 Bytes

Versions: 12

Compression:

Stored size: 972 Bytes

Contents

class CreatePhcdevworksRealEstatePropertyListings < ActiveRecord::Migration[6.0]
  def change
    create_table :phcdevworks_real_estate_property_listings do |t|

      t.string :property_listing_title
      t.text :property_listing_description
      t.string :property_listing_street_address
      t.string :property_listing_price

      t.string :property_listing_area
      t.string :property_listing_property_area
      t.string :property_listing_garage_area

      t.string :property_listing_room
      t.string :property_listing_bed
      t.string :property_listing_bath
      t.string :property_listing_garage

      t.string :property_listing_type
      t.string :property_listing_status

      t.string :property_listing_year_built
      t.string :property_listing_energy_class
      t.string :property_listing_leed_rating

      t.string :optimization_id

      t.string :slug
      t.string :user_id
      t.string :org_id

      t.timestamps

    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcdevworks_real_estate-5.1.1 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-5.1.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-5.0.5 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-5.0.4 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-5.0.3 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-5.0.2 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-5.0.1 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-5.0.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-4.3.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-4.2.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-4.1.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-4.0.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb