Sha256: 7c312429ca36a3ce80a83772e96d0130d3d2535f1a575705034c4f643a276e54

Contents?: true

Size: 795 Bytes

Versions: 21

Compression:

Stored size: 795 Bytes

Contents

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

      t.string :listing_title
      t.text :listing_description
      t.string :listing_street_address
      t.string :listing_price

      t.string :listing_area
      t.string :listing_property_area
      t.string :listing_garage_area

      t.string :listing_room
      t.string :listing_bed
      t.string :listing_bath
      t.string :listing_garage

      t.string :listing_type
      t.string :listing_status

      t.string :listing_year_built
      t.string :listing_energy_class
      t.string :listing_leed_rating

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

      t.timestamps

    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
phcdevworks_real_estate-2.9.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.8.1 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.8.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.7.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.6.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.5.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.4.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.3.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.2.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.1.1 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.1.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.0.3 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.0.2 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.0.1 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-2.0.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-1.3.1 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-1.3.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-1.2.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-1.1.1 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb
phcdevworks_real_estate-1.1.0 db/migrate/20190824010811_create_phcdevworks_real_estate_property_listings.rb