website
website copied to clipboard
Our beloved website that contains all versions of our documentations and the API references.
## Issue Description Minor error on [docs/v6/advanced-assoc/advanced-many-many](https://sequelize.org/docs/v6/advanced-association-concepts/advanced-many-to-many/#using-one-to-many-relationships-instead) ### What was unclear/insufficient/not covered in the documentation https://github.com/sequelize/website/blob/0ebeecc2ac6866d948f5b5f496ba7cd068343a92/versioned_docs/version-6.x.x/advanced-association-concepts/advanced-many-to-many.md?plain=1#L243 is not truthful. ### If possible: Provide some suggestion on how we can enhance...
## Issue Description Issue is regarding this [section](https://sequelize.org/docs/v6/other-topics/typescript/#the-case-of-modelinit). Silencing typing errors regarding timestamps via specifying them in `init` method changes the created table schema. By default, timestamp fields created by...
## Issue Description `Model.upsert` is not described anywhere in the documentation for sequelize 7, but it's a complicated tool that can easily be misused. Documenting it is important.
## queryInterface.addColumn() does not include alternative syntax for adding the relative schema  As you can see from the above image the docs only state one form of syntax that...
## Issue Description PR https://github.com/sequelize/sequelize/pull/13669 was not merged before we moved the documentation to its own repo. I'm opening this issue as a reminder to document the different cli options
## 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...
As I check the documentation seems like its not too good for devs who wanted to use it as a tool in development. Example on this, the migration: https://sequelize.org/docs/v6/other-topics/migrations/#running-migrations There...
Just so we won't forget about it, these are some ideas that we could use to improve the docs; - From @ajbraus comes https://github.com/sequelize/sequelize/pull/13185 and https://github.com/ajbraus/sequelize-it Feel free to add...
It would be cool to have a history of core members throughout the year to show them respect and honor.
This PR isn't meant to be merged. This is an attempt at a documentation-first approach to the new querying API. I've attempted to cover all use cases that people have...