Sha256: 974f4de0a1d9d53d17b8a1b4032c3d05835a07433f6556091c96f178630653fb

Contents?: true

Size: 306 Bytes

Versions: 21

Compression:

Stored size: 306 Bytes

Contents

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

      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/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.8.1 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.8.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.7.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.6.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.5.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.4.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.3.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.2.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.1.1 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.1.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.0.3 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.0.2 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.0.1 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-2.0.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-1.3.1 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-1.3.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-1.2.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-1.1.1 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb
phcdevworks_real_estate-1.1.0 db/migrate/20190824011000_create_phcdevworks_real_estate_property_features.rb