-
Notifications
You must be signed in to change notification settings - Fork 282
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
Extend model is not supported? #74
Comments
@hiradimir, I investigated this. It is a bug, unfortunately. Thanks for reporting. I cannot think of any workaround currently. Sry |
@RobinBuschmann Thank you for reply. And now, I am analyzing sequelize-typescript, but it is difficult for me... |
@hiradimir Regarding this issue, I'am already fixing it. For any further help I'm happy, too. If you have questions, don't hesitate to ask. |
@RobinBuschmann Thanks for fix, thanks for comment! I'll use seqeulize-typescript more! |
I want to extend model.
I need field of createAt/updatedAt/deletedAt to all model.
I am trying some case of extends models.
Some case looks like works well.
https://circleci.com/gh/hiradimir/sequelize-typescript-extends-belongTo/4
But, some case does not working.
ex) Having HasMany fields extends class contains belongTo,
https://github.com/hiradimir/sequelize-typescript-extends-belongTo/tree/master/src/ts/main/models
https://circleci.com/gh/hiradimir/sequelize-typescript-extends-belongTo/5
Please see
yarn test
section.The text was updated successfully, but these errors were encountered: