-
Como vc faz para criar uma nova seed já que sequelize-cli vc roda dentro do docker?
-
## What you are doing?
I'm trying to run the migration scripts after `createdAt`and `updatedAt` columns are added to the migration table.
```bash
sequelize db:migrate:status
sequelize db:migra…
-
## The dependency [sequelize](https://github.com/sequelize/sequelize) was updated from `5.8.5` to `5.8.6`.
🚨 [View failing branch](https://github.com/matiasgaratortiz/express-starter-kit/compare/mas…
-
I'm just getting started with Sequelize and the CLI. I want my project's initial database to be bootstrapable with `sequelize db:migrate` (i.e. create the database from nothing with an initial set of …
-
## Issue Creation Checklist
- [x] I understand that my issue will be automatically closed if I don't fill in the requested information
- [x] I have read the [contribution guidelines](https://githu…
Falci updated
2 months ago
-
## Title
Snyk vulnerabilities
## Description
- There are multiple Snyk vulnerabilities in dependencies used in Chatbot.Listed below
- Critical
- sequelize(SQL Injection): Introduced through…
-
Hey!
I am using sequelize and sequelize-cli with mysql.
Trying to create a table, i stuck with a problem - i cant find where to set collation to specific model.
When instantiate sequelize object i …
-
Hi
This is what you generated:
```js
await queryInterface.createTable("StudentSubjects", {
studentId: {
type: Sequelize.INTEGER,
primaryKey: true,
unique: Studen…
-
When using PostgreSQL as a back-end database for Keyrock 8.0.0 or 8.1.0, the `migrate_db` fails.
```
== 20210603073911-hashed-access-tokens: migrating =======
ERROR: [object Object]
```
The…
-
What are you doing?
I call db:migrate and it creates table with plural name, though I've specified freezeTableName: true option.
development: {
dialect: "sqlite",
storage:[hidden on pur…