Search posts, tags, users, and pages
Sujeet Agrahari
Building efficient backend systems, one move at a time!
Single Table Inheritance Single Table Inheritance (STI) is a design pattern in database modeling where a single table is used to store multiple types of entities that share a common set of attributes, but have some unique attributes as well. In other...
Joe Marty
I have looked everywhere I could think to look and Sequelize models don't seem to have a .discriminator method... so how is Approach I supposed to work?
.discriminator
Joe Marty
I have looked everywhere I could think to look and Sequelize models don't seem to have a
.discriminatormethod... so how is Approach I supposed to work?