Steve Schmitt
Steve Schmitt
Then I don't know how we can fix this.
So, if no alias is provided, then you can create two `belongsToMany` relationships?
Please confirm by hacking up the sequelize-auto output until it works. Then post it here so I can see what the desired output should be. Thanks!
What I meant was, generate your model using the normal sequelize-auto, then edit those **output** files (such as `init-models`) until they work for you. Then post the working output files...
Yeah, the later versions of typescript are making things harder.
That would be pretty cool. Setting up the testing environment is the biggest hurdle to contributing, IMHO. If we had a containerized testing environment, that would surely help. Unfortunately, I'm...
Hmm. Maybe we could separate the model property structure, so then you could call either `init` or `define` on it, depending upon your use case.
Should we prefix the filename with the schema name? On Thu, Jun 10, 2021, 8:50 AM Paul K. ***@***.***> wrote: > When programmatically writing your models to files using the...
Hmm. I thought that declaring `createUserCredential` as ```js Sequelize.HasOneCreateAssociationMixin ``` would somehow cause the `values` parameter to be the appropriate creation type, i.e. **UserCredentialsCreationAttributes**
Hmm. [Sequelize](https://github.com/sequelize/sequelize/releases) is on version 6.9.0 now, and maintaining backward compatibility is hard. I'm not sure what we can do about this.