# Die Chamilo LMS-Datenbankstruktur heute

Sie können hier auf ein vollständiges Schema der Chamilo 1.9, 1.10 und 1.11 Datenbanken zugreifen: <https://github.com/chamilo/chamilo-lms/wiki/Database-structure>

![](https://github.com/chamilo/chamilo-lms/blob/1.11.x/tests/history/1.11.0/chamilo-1.11-db.png) Hochrangige Ansicht der Chamilo LMS 1.11-Datenbankstruktur

Im Schema steht grün für Schlüsselbenutzerdaten, blau steht für Schlüsselkurse - Daten und Gelb steht für Schlüsselsitzungsdaten. Alle Tabellen, die mit der orangefarbenen Tabelle (der `c_item_property` -Tabelle) verknüpft sind, sind Ressourcen, die sich in einem Kurs befinden (Forum, Dokumente, Aufgaben, Übungen usw.).

Wir verwenden die kostenlose « Dia » Software, um diese zu erstellen. Wenn Sie sie also verwenden und Anpassungen vornehmen möchten, können Sie das editierbare Modell unter <https://github.com/chamilo/chamilo-lms/blob/1.11.x/tests/history/1.11.0/chamilo-1.11-db.dia> herunterladen


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://chamilo-docs.stoneageit.ch/entwicklerhandbuch/the_chamilo_files_and_database_structure/the_chamilo_lms_database_structure_today.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
