website
website copied to clipboard
Our beloved website that contains all versions of our documentations and the API references.
When executing the "Example of a minimal TypeScript project" from http://docs.sequelizejs.com/manual/typescript.html, running `sequelize.sync()` fails with the following error: ``` Executing (default): CREATE TABLE IF NOT EXISTS `users` (`id` INTEGER UNSIGNED...
Hi All, I'm using Sequelize with MySql and I need to use the datatype TIME in one of mine model. From the documentation, I know that Sequelize supports only DATA...
## Issue Creation Checklist [X] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md) ## Issue Description I have been running through many github project issues and through a few google search results...
## 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 consequences of disabling the timestamps (createdAt /...
## No documentation found about skiping model validators Theres no documentation related to the feature descibed and added in https://github.com/sequelize/sequelize/issues/4527#issue-106877510 The documentation only describes how to skip some fields with...
## 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, under ["Other Data Types"](https://sequelize.org/docs/v6/other-topics/other-data-types/), don't mention...
## 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 There isn't a clear description of options for...
## Issue Description ### What was unclear/insufficient/not covered in the documentation If a developer is willing to develop support for another dialect for Sequelize, what are the steps to do...
## Issue Description It's unclear about how to create associations in migration files when the models have associations with each other. ### What was unclear/insufficient/not covered in the documentation I...
There is a very very long issue (#7884) about issues when connecting to Amazon infrastructure. Once, [in a comment](https://github.com/sequelize/sequelize/issues/7884#issuecomment-339564687), @sushantdhiman suggested writing some documentation guidance on how to resolve this...