Sha256: 742cb643134d689fb5744d10379c36c22d54bda8980f32bc09d46ef722c6df7f
Contents?: true
Size: 338 Bytes
Versions: 1
Compression:
Stored size: 338 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.string :user_id t.string :membership_id t.string :oganization_id t.timestamps null: false end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcmemberspro-6.8.3 | db/migrate/20160612010248_create_phcmemberspro_directory_listings.rb |