class CreatePhcpressproModulesConnections < ActiveRecord::Migration[5.1] def change create_table :phcpresspro_modules_connections do |t| t.references :post t.references :category t.string :slug t.string :user_id t.string :org_id t.timestamps end end end