Sequelize.js: Single Table Inheritance
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...
sujeet-agrahari.hashnode.dev5 min read
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?