website
website copied to clipboard
Our beloved website that contains all versions of our documentations and the API references.
I want to do something like this: ``` User.update({ clicks: "clicks + 1" }, { type: "member" }).done(...) ``` This obviously does not work - how I can write `clicks...
## 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...
Small typo in intro paragraph
change from `@Attributes` to `@Attribute` change from `constraints: false` to `foreignKeyConstraints: false`
Hey team, Atlas is a Schema-as-Code and migration tool that supports most ORMs. A few months ago, we added support for Sequelize after it was requested many times by our...
Documentation PR for https://github.com/sequelize/sequelize/pull/17636
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`3.3.3` → `3.8.0`](https://renovatebot.com/diffs/npm/prettier/3.3.3/3.8.0) |  |  | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://redirect.github.com/actions/node-versions) | uses-with | major | `20.x` → `24.x` | --- ### Release...
## Issue Description ### What was unclear/insufficient/not covered in the documentation The polymorphic associations documentation at https://sequelize.org/docs/v7/associations/polymorphic-associations/ uses the **Sequelize v6 option name** `constraints: false`, but in Sequelize v7 this...