Sha256: 3c1b08c04fd8252f82f78d6ed5f6fa3032c4d561cafb9998f5e50c5c5d4f1ebb
Contents?: true
Size: 235 Bytes
Versions: 15
Compression:
Stored size: 235 Bytes
Contents
class CreatePhcdevworksRealEstateFeaturesListings < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_real_estate_features_listings do |t| t.integer :feature_id t.integer :listing_id end end end
Version data entries
15 entries across 15 versions & 1 rubygems