sequelize-cli-typescript icon indicating copy to clipboard operation
sequelize-cli-typescript copied to clipboard

The Sequelize CLI

Results 13 sequelize-cli-typescript issues
Sort by recently updated
recently updated
newest added

## 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:...

## What you are doing? node_modules/.bin/sequelize model:generate --name User --attributes username:string My **.sequelizesrc** file looks like: module.exports = { 'config': "config/local-development.json", 'options-path': "src/build/ports/database/migrations", 'models-path': "src/models" } ## What do you...

## What you are doing? running `npm audit fix --force` to fix vulnerability regarding `sequalice-cli-typescript` `yargs` dependency `npm audit report` result ``` mem

## What you are doing? I have created on migration file using model:generate. When i run command **node_modules/.bin/sequelize db:migrate** it will display Sequelize CLI [Node: 10.19.0, CLI: 3.2.0-c, ORM: 5.21.3]...

## What you are doing? I try to run migration but I keep getting an error which I believe concerns the use of es6 Config.ts Code ```ts import dotEnv from...

Hello! I was wondering why not having a `seeders-source-path` and a `seeders-compiled-path` instead of a `seeders-path`. If it makes sense with the migrations, it should make sense with the seeders....

I have a question about the usage of this cli and [sequelize-typescript](https://github.com/RobinBuschmann/sequelize-typescript/) What I want, is to define a model, with decorators, like this `/src/models/user.ts`: ``` export class userModel extends...

## What do you expect to happen? Rebase project from v4.0.0 and publish the update to npm. ## What is actually happening? The fork is based on v3.2.0