Table Inheritance

Options
I saw a blog post by Xano where you guys describe the pros of using Postgres over MySQL: https://www.xano.com/blog/postgresql-vs-mysql-the-important-differences/, in which you guys said something about table inheritance. This got me very excited, and then very sad when I found out that this seems to be unsupported at the moment. For the time being, I am fine with using the composition pattern, but this feature may open up some very interesting table design. Can this be supported in the near future?

Comments