-
## Issue Creation Checklist
- [x] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md)
## Bug Description
```js
module.exports = {
…
-
## What are you doing?
Ordering or limiting by an associated model. Example here would be:
**find the 10 brands with the best reviewed stores**
Other examples might be:
- find users who mo…
-
**Versions**
- sequelize: `6.3.5`
- sequelize-typescript: `2.0.0-beta.1`
- typescript: `4.1.3`
**I'm submitting a ...**
[x] bug report
[ ] feature request
**Actual behavior:**
I'm add…
shwao updated
3 years ago
-
## Issue Creation Checklist
- [x] I understand that my issue will be automatically closed if I don't fill in the requested information
- [x] I have read the [contribution guidelines](https://githu…
-
I came across this package. Thanks for developing it. I was wondering if there is any blog post explaining why someone should use this package instead of just using sequelize?
-
## Bug Description
I have this in my Typsescript model for speciifying the indexes. I am using sequelize-auto to generate these, and it's a valid format according to the sequelize docs:
```ts
F…
-
I am using sequelize - 5.21.3 , typescript - 4.3.4. I am getting error saying Optional is not exported member of sequelize
-
## Version **4.38.1** of **sequelize** was just published.
Branch
Build failing 🚨
Dependency
sequelize
Curr…
-
## What you are doing?
I am trying to generate a model that has a migration with it
```js
import {
QueryInterface,
SequelizeStatic,
} from 'sequelize';
export = {
up: (queryInt…
-
**Versions**
- sequelize: ^5.22.3
- sequelize-typescript: ^1.1.0
- typescript: ^3.9.7
**I'm submitting a ...**
[ ] bug report
[x] feature request
I have this three tables like that
``…