Sha256: 8c025217f93178a957050260b578c77e5843ef293118e8ffed6f1fa4b5d1bb36
Contents?: true
Size: 373 Bytes
Versions: 61
Compression:
Stored size: 373 Bytes
Contents
class CreatePhcmembersproDirectoryListings < ActiveRecord::Migration def change create_table :phcmemberspro_directory_listings do |t| t.references :main, index: true t.references :business, index: true t.references :category, index: true t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps null: false end end end
Version data entries
61 entries across 61 versions & 1 rubygems