Single Table Inheritance
TYPO3
Show in appBeschreibung
Single Table Inheritance (STI) is a database design pattern where multiple related entities are stored in a single database table, distinguished by a type or discriminator column. This approach simplifies data management by reducing the number of tables and leveraging flexible data handling capabilities.
Ziele
- Understand the concept of Single Table Inheritance.
- Learn how to implement and manage STI in database structure.
- Recognize the advantages and potential trade-offs of using Single Table Inheritance.
Maintainer

Andreas Wolf