You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I need inheritance for my application, and I was looking at multiple solutions. The best I found was Postgresql's INHERIT() https://www.postgresql.org/docs/9.1/static/ddl-inherit.html
It works exaclty like I would expect it to, but I doubt CakePHP's ORM has support for it. Do you think it would be something worth looking into? I would love to pitch in and help out, but I doubt I'd be able to create it on my own. What do you think?
The text was updated successfully, but these errors were encountered:
Hi, I need inheritance for my application, and I was looking at multiple solutions. The best I found was Postgresql's INHERIT() https://www.postgresql.org/docs/9.1/static/ddl-inherit.html
It works exaclty like I would expect it to, but I doubt CakePHP's ORM has support for it. Do you think it would be something worth looking into? I would love to pitch in and help out, but I doubt I'd be able to create it on my own. What do you think?
The text was updated successfully, but these errors were encountered: