class CreatePhcpressproModulesCategories < ActiveRecord::Migration[5.1] def change create_table :phcpresspro_modules_categories do |t| t.string :catname t.string :slug t.string :user_id t.string :org_id t.timestamps end end end