Replies: 1 comment
-
I'm not too familiar with that feature from SQLAlchemy. What use case do you have for it? You can use mixins if several columns need to share the same columns: https://piccolo-orm.readthedocs.io/en/latest/piccolo/schema/advanced.html#mixins |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is it possibel to implement a "Joined Table Inheritance" similar to SQLAlchemy? https://docs.sqlalchemy.org/en/20/orm/inheritance.html#joined-table-inheritance
Beta Was this translation helpful? Give feedback.
All reactions