cli icon indicating copy to clipboard operation
cli copied to clipboard

The Sequelize CLI

Results 162 cli issues
Sort by recently updated
recently updated
newest added

## What you are doing? Hi, we have a requirement to asynchronously fetch the database password (e.g. from our secrets management service). The documentation on dynamic configuration (http://docs.sequelizejs.com/manual/tutorial/migrations.html#dynamic-configuration) does not...

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 my...

question

## What you are doing? Import models in my app npx sequelize-cli init:models ```js const db = require('./models/index.js') ``` ## What do you expect to happen? Import models in my...

## Issue Description I need an option to pass schema to all the migrations at once ### Is your feature request related to a problem? Please describe. Feature ### Describe...

Is there a way to generate migrations to update existing models? eg. adding a column.

feature

Would be great to have an option that will allow us too see the SQL before sequelize-cli will execute it. Because it's a little tricky to run sequelize-cli on production...

feature

``` sequelize model:create --name Task --attributes title:string --associations "belongsTo:User, hasMany:Contributor" ```

feature

## What you are doing? ```js sequelize model:generate --attributes as --name modelName --attributes firstName:string ``` ## What do you expect to happen? I would like to make the timestamp optional...

feature

## We want to build migrations with raw sql ### Migrations with anything more then sql files. We want to use the migration interface of sequelize to run raw sql...

feature

Allow `sequelize db:migrate:undo --step=5` to undo the last 5 migrations.

feature