class CreatePhcmembersproDirectoryCategories < ActiveRecord::Migration[5.0] def change create_table :phcmemberspro_directory_categories do |t| t.string :catname t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps end end end