class CreatePhcpressproModulesConnections < ActiveRecord::Migration[5.0] def change create_table :phcpresspro_modules_connections do |t| t.references :post t.references :category t.string :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end