Files
AFC-Demo/misc/database-tables-overview.md
T

1.8 KiB

Datenbank-Tabellen Übersicht

Alle Tabellen in deiner PostgreSQL-Datenbank (Schema: public)

Insgesamt: 41 Tabellen

Von Laravel-Migrationen erstellt (13 Tabellen):

  1. cache
  2. cache_locks
  3. companies
  4. failed_jobs
  5. job_batches
  6. jobs
  7. migrations (Laravel-interne Tracking-Tabelle)
  8. password_reset_tokens
  9. sessions
  10. transactions
  11. users

(Die users-Tabelle wurde zusätzlich durch Migration 2025_09_02_075243_add_two_factor_columns_to_users_table.php um 2FA-Spalten erweitert)


NICHT von Laravel-Migrationen erstellt (28 Tabellen):

  1. alembic_version (Python Alembic Migrations)
  2. bundesanzeiger_cache
  3. companies_view (PostgreSQL View)
  4. company_gleif_cache
  5. company_master_data
  6. company_master_data_links
  7. company_opencorporates_cache
  8. company_registry_cache
  9. dpma_cache
  10. entity_corporate_context
  11. eu_sanctions_cache
  12. evidence_registry
  13. genesis_cache
  14. govdata_cache
  15. handelsregister_cache
  16. handelsregister_document_links
  17. handelsregister_documents
  18. handelsregister_entities
  19. handelsregister_entity_transactions
  20. handelsregister_relations
  21. insolvency_cache
  22. pep_cache
  23. prompt_runs
  24. prompt_templates
  25. rss_cache
  26. sanctions_cache
  27. test_transaction_llm
  28. transaction (Singular-Version, eventuell Legacy?)
  29. transaction_outputs
  30. transactions_enriched

Die meisten dieser externen Tabellen scheinen Cache-Tabellen für verschiedene Datenquellen (Handelsregister, Sanctions, GLEIF, etc.) und Enrichment-Daten zu sein. Die alembic_version-Tabelle deutet darauf hin, dass möglicherweise ein Python-Backend parallel läuft.