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 :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end