cli
cli copied to clipboard
The Sequelize CLI
Hello, I am self-taught in DataBase management and usage. First I was using no tools to interface my program to the DB. I was writing all manualy. Next I have...
I ask to add a command like in Laravel: `php artisan migrate:refresh` To do this, you'd have to run `sequelize db:migrate:undo:all`, then `sequelize db:migrate`, which is not very convenient and...
## What you are doing? **** ```js module.exports = { "development": { "databases": { "database1": { ... "dialect": "mysql" }, "database2": { ... "dialect": "mysql" } } } } ```...
So the read replica we use have a time out of 2 seconds, and for one of the search queries where we send like = %xyz% the indexes of the...
Is it possible? I set up my models like this: ``` const models = { /** @type Sequelize.Model */ user: null, } models['user'] = db.import('models/user.js'); ``` where user.js contains db.define...
## What you are doing? Attempting to run migration on snowflake. I am following the steps mentioned here - https://sequelize.org/docs/v6/other-topics/migrations/#installing-the-cli ## What do you expect to happen? I want to...
## What you are doing? Hello everyone, I am having problems with creating the tables in my DB, the relationship is one to one between rols and users, but it...
## Issue Creation Checklist [X] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md) ## Issue Description ### What was unclear/insufficient/not covered in the documentation The docs have no mention that migration files...
Closes #965 ### Pull Request check-list - [x] Does `npm run test` pass with this change (including linting)? - [x] Does the description below contain a link to an existing...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semver](https://togithub.com/npm/node-semver) | [`7.6.1` -> `7.6.2`](https://renovatebot.com/diffs/npm/semver/7.6.1/7.6.2) | [](https://docs.renovatebot.com/merge-confidence/)...