Sha256: f78902c228933a9e4dc61fe502232a5252e9b711c851ebfc65e7ba79ad3c2d50
Contents?: true
Size: 261 Bytes
Versions: 4
Compression:
Stored size: 261 Bytes
Contents
class CreatePhcmembersproDirectoryListings < ActiveRecord::Migration def change create_table :phcmemberspro_directory_listings do |t| t.references :business, index: true t.references :category, index: true t.timestamps null: false end end end
Version data entries
4 entries across 4 versions & 1 rubygems