-
## What you are doing?
I used `npx sequelize db:seed:all` to seed a database entry.
If I try to create it in the project itself everything is working fine (see test file)
### Test File
```js
co…
-
## Issue Description
### What was unclear/insufficient/not covered in the documentation
There is no section covering the proper usage after generating a model using the `sequelize-cli`.
It…
-
## What you are doing?
I use the `sequelize` command to generate models and migrations, for example:
```sh
sequelize model:create --name User --attributes name:string,state:boolean,birth:date,c…
-
I have a rather subjective question regarding Sequelize Cli that I wager others would also like perspectives on.
_"Is Sequelize Cli Migrations/Seeds production pipeline ready?"_
I have this in m…
-
https://dwatow.github.io/2018/09-24-sequelize/sequelize-migration/
¶Sequelize Migration Sequelize 2 之後,增加了 cli 的功能 透過一次又一次的維護檔,確保移植時有相同的建構過程 migration 就是拿來變動資料表的。 所以,會有幾種動作在這裡處理。 變動資料表 變動欄位 變動資料表關…
-
After running `sequelize:db migrate`, the migration from database state at 1550d92 to tip of master appears to work, with this message:
```
Sequelize [Node: 0.10.38, CLI: 1.7.4, ORM: 3.6.0, pg: ^4.4.…
-
## What you are doing?
Sequelize has a parameter in it's constructor called `options` https://sequelize.org/api/v6/class/src/sequelize.js~sequelize#instance-constructor-constructor
which has an item…
-
hice el cambio de la FK, con una nueva DB y todo, luego la cree y migré, pero al momento de hacer las seeds, me tira el siguiente error
![a5](https://github.com/IIC2513/Syllabus-S1/assets/106562597/…
-
Hello,
When I run `sequelize db:migrate` I get the error below:
```
Sequelize [Node: 6.10.1, CLI: 2.7.0, ORM: 3.30.4]
Loaded configuration file "db/database.js".
Using environment "developm…
-
When i try create new record in db, I get that error
(node:3048) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'try' of undefined
at Function.afterCreate (C:\Users\theme\Ph…