tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
820 stars 94 forks source link

does tortoise orm supprots polymorphic model #190

Closed ksthakur closed 3 years ago

ksthakur commented 3 years ago

i want to use tortoise orm and fastapi. but all i need to create polymorphic model using tortoise orm. it will be good if you explain with example

long2ice commented 3 years ago

Did you mean https://tortoise.github.io/models.html?highlight=abstract#tortoise.models.Model.Meta.abstract?