website icon indicating copy to clipboard operation
website copied to clipboard

Our beloved website that contains all versions of our documentations and the API references.

Results 130 website issues
Sort by recently updated
recently updated
newest added

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...

status: wip

## 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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.3.3/3.8.0?slim=true) | --- ###...

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...