Single Table Inheritance
TYPO3
Show in appDescription
This skill covers the database design pattern Single Table Inheritance (STI). It stores multiple related entities in a single database table, identified by a field in the database.
Goals
- I understand the concept of Single Table Inheritance.
- I know how to implement and manage STI in database structure.
- I am aware of the advantages and potential trade-offs of using Single Table Inheritance.
Maintainer
Andreas Wolf