Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support typeorm single table inheritance (@ChildEntity) #1

Open
yiy0ung opened this issue Nov 6, 2023 · 0 comments
Open

Support typeorm single table inheritance (@ChildEntity) #1

yiy0ung opened this issue Nov 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yiy0ung
Copy link
Owner

yiy0ung commented Nov 6, 2023

Single table inheritance is a pattern when you have multiple classes with their own properties, but in the database they are stored in the same table.

However, typeorm-markdown cannot parse the columns and relations of child entities.

@yiy0ung yiy0ung added the enhancement New feature or request label Nov 6, 2023
@yiy0ung yiy0ung self-assigned this Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant