Yeah for me I kind of like some of the features the postgres inheritance uses. Specially being able to have common data on a single table, so if I have multiple types inherited I can do things like build a global list easily or a global search for multiple types. From what I see in the feature request, that is also needed but keeping the prisma schema much simpler while enforcing consistency across your models.