class CreatePhcmembersproDirectoryCategories < ActiveRecord::Migration[7.0] def change create_table :phcmemberspro_directory_categories do |t| t.string :category_name t.string :slug t.string :user_id t.string :org_id t.timestamps end end end