Skip to main content

Orphaned Tables

Identify tables with no relationships to other tables - useful for database cleanup and optimization.

Overview

Discover tables that have no foreign key relationships with other tables. These might be lookup tables, logs, or candidates for cleanup.

Pro Tips

  • Review orphaned tables for potential cleanup: Review orphaned tables for potential cleanup
  • Check if isolated tables are still needed: Check if isolated tables are still needed
  • Consider adding relationships if missing: Consider adding relationships if missing
  • Use for database optimization and cleanup tasks: Use for database optimization and cleanup tasks

Database Overview

Note: Additional database documentation sections will be available once SchemaSpy successfully generates the complete database analysis.


This documentation is automatically generated from your database schema. Use the interactive content above to explore detailed information.

Was this page helpful?