Single Table Inheritance

suggest change

Introduction

Single Table Inheritance (STI) is a design pattern which is based on the idea of saving the data of multiple models which are all inheriting from the same Base model, into a single table in the database.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Single Table inheritance:
*Single Table Inheritance

Table Of Contents
55CSV
60Single Table inheritance