Sha256: b726357910a62b9eec0fac3f175c7af67a123a7ef9ab2c1a9d5d2bb9dd959117

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

class CreatePhcdevworksRealEstatePropertyFeaturesListings < ActiveRecord::Migration[6.0]
  def change
    create_table :phcdevworks_real_estate_property_features_listings do |t|

      t.integer :feature_id
      t.integer :listing_id

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcdevworks_real_estate-5.2.0 db/migrate/20191024232111_create_phcdevworks_real_estate_property_features_listings.rb