Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in single-table-inheritance

Multiple Table Inheritance vs. Single Table Inheritance in Ruby on Rails

Rails: Using Devise with single table inheritance

Django multi-table inheritance alternatives for basic data model pattern

Rails Question: belongs_to with STI -- how do i do this correctly?

How to enforce referential integrity on Single Table Inheritance?

How to run validations of sub-class in Single Table Inheritance?

Rails STI: How to change mapping between class name & value of the 'type' column

Get a list/array of child classes from Single Table Inheritance in Rails?

Is it possible to create a conditional association in model?

Hibernate HT_ Temporary Tables ON JOINED inheritance, Migration from Hibernate 3.4.0.GA To 5.1

SQLAlchemy ORM: Polymorphic Single Table Inheritance, with fallback to parent class if "polymorphic_identity" is not found

How to get the DiscriminatorValue at run time

Changing type of ActiveRecord Class in Rails with Single Table Inheritance

Single Table Inheritance in Django

Rails -- use type column without STI?

Best practices to handle routes for STI subclasses in rails