-
I'm trying to use [Sequelize CLI ](https://github.com/sequelize/cli) with sails, and then I run `sequelize db:drop` - it gives me an error:
> Sequelize CLI [Node: 8.7.0, CLI: 3.0.0, ORM: 4.13.6]
>…
mrded updated
6 years ago
-
While cockroach db does not recommend using sequelize cli to handle migrations many people looking to migrate are already doing this and need a supported path forward.
I was able to tinker around …
-
Hola! Antes que nada aclarar que este error también me ocurre cuando hago lo de sequelize-cli db:create --config....
estaba leyendo la issue #156 y en los comentarios de esta issue sale el error de p…
-
# sequelize-cli를 typescript와 함께 사용하기
sequelize-cli를 typescript와 함께 사용할 수 있도록 세팅해보겠습니다. NodeJS 환경에서 Sequelize를 사용할 때 sequelize-cli를 사용하면 Model 생성, Migration 관리, 시드 구성 등의 기능을 CLI에서 사용할 수 있습니다. 하지만 sequ…
-
**1. Issue Description**
'Error: Dialect needs to be explicitly supplied as of v4.0.0' is thrown when initialising sequelize via a destructured property whilst running 'npx sequelize-cli db:migrate'.…
-
I love the simplicity of your project! However, currently when initializing a project with `npx sequelize-cli init` (see https://sequelize.org/docs/v6/other-topics/migrations/#project-bootstrapping) t…
-
## Context:
Migration is one of the most important features for the lifecycle of an application. We should provide top notch support for https://sequelize.org/v5/manual/migrations.html. I don't re…
-
Hola a todos,
Tengo un problema al ejecutar la migracion con sequelize-cli, recibo el mensaje de error de lectura en el archivo config.js.
Tengo configurado variables de entorno(.env) en la raiz d…
-
## What you are doing?
**`npx sequelize-cli db:migrate` command don't read the environment variables**
This command works without problems in my local environment on macOS Sonoma 14.2.1 but …
-
Hola!
Respecto al README
- Esta vez no es necesario incluir una explicación del código como las tareas anteriores?
- En la sección **_Sequelize_** solo se incluyen los comandos que se corren en c…