Sha256: c022585fc9258e7e607140a20c506dfd1253a2a599e2c9352de2dfbcfcd9a8d6
Contents?: true
Size: 243 Bytes
Versions: 13
Compression:
Stored size: 243 Bytes
Contents
class CreatePhcmembersJoinTableCategoriesListings < ActiveRecord::Migration[5.2] def change create_join_table :categories, :listings do |t| t.references :category t.references :listing t.timestamps end end end
Version data entries
13 entries across 13 versions & 1 rubygems