Sha256: 46ed33310d49fd8c06ad889d41c03b2ed410df3ea30c8c8c5908d1105a814aca

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

class CreatePhcdevworksRealEstatePropertyFeatures < ActiveRecord::Migration[6.0]
  def change
    create_table :phcdevworks_real_estate_property_features do |t|

      t.string :property_feature_name

      t.string :optimization_id

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

      t.timestamps

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcdevworks_real_estate-5.2.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb