feat: update binaryTargets reference for Linux Alpine arm64 - #4488
Closed
jkomyno wants to merge 1 commit into
Closed
feat: update binaryTargets reference for Linux Alpine arm64#4488jkomyno wants to merge 1 commit into
binaryTargets reference for Linux Alpine arm64#4488jkomyno wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
|
This PR changes the following pages (Vercel Preview Deploy links): Changed Vercel links (Note that links will only be valid after Vercel preview deploy succeeded) |
janpio
reviewed
Feb 3, 2023
| | `clustered` | **No** | `Boolean` | Defines whether the ID is clustered or non-clustered. Defaults to `true`. <br /><br />SQL Server only. In preview in versions 3.13.0 and later, and in general availability in versions 4.0.0 and later. | | ||
| | Name | Required | Type | Description | | ||
| | ----------- | -------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | | ||
| | `map` | **No** | `String` | | |
janpio
reviewed
Feb 3, 2023
| | ----------- | -------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | | ||
| | `map` | **No** | `String` | | | ||
| | `length` | **No** | `number` | Allows you to specify a maximum length for the subpart of the value to be indexed.<br /><br />MySQL only. In preview in versions 3.5.0 and later, and in general availability in versions 4.0.0 and later. | | ||
| | `sort` | **No** | `String` | Allows you to specify in what order the entries of the ID are stored in the database. The available options are `Asc` and `Desc`.<br /><br />In preview in versions 3.5.0 and later, and in general availability in versions 4.0.0 and later. | |
janpio
reviewed
Feb 3, 2023
Comment on lines
+1475
to
+1482
| | Name | Required | Type | Description | | ||
| | ----------- | -------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | | ||
| | `fields` | **Yes** | `FieldReference[]` | A list of field names - for example, `["firstname", "lastname"]` | | ||
| | `name` | **No** | `String` | The name that the Client API will expose for the argument covering all fields, e.g. `fullName` in `fullName: { firstName: "First", lastName: "Last"}` | | ||
| | `map` | **No** | `String` | The name of the underlying primary key constraint in the database | | ||
| | `length` | **No** | `number` | Allows you to specify a maximum length for the subpart of the value to be indexed.<br /><br />MySQL only. In preview in versions 3.5.0 and later, and in general availability in versions 4.0.0 and later. | | ||
| | `sort` | **No** | `String` | Allows you to specify in what order the entries of the ID are stored in the database. The available options are `Asc` and `Desc`.<br /><br />In preview in versions 3.5.0 and later, and in general availability in versions 4.0.0 and later. | | ||
| | `clustered` | **No** | `Boolean` | Defines whether the ID is clustered or non-clustered. Defaults to `true`.<br /><br />SQL Server only. In preview in versions 3.13.0 and later, and in general availability in versions 4.0.0 and later. | | |
janpio
reviewed
Feb 3, 2023
Comment on lines
+2616
to
+2620
| | Name | Type | Required | Description | Example | | ||
| | :----------- | :----------------- | :-------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------- | | ||
| | `name` | `String` | Sometimes (e.g. to disambiguate a relation) | Defines the name of the relationship. In an m-n-relation, it also determines the name of the underlying relation table. | `"CategoryOnPost"`, `"MyRelation"` | | ||
| | `fields` | `FieldReference[]` | On [annotated](/concepts/components/prisma-schema/relations#annotated-relation-fields-and-relation-scalar-fields) relation fields | A list of [fields](/concepts/components/prisma-schema/data-model#defining-fields) of the _current_ model | `["authorId"]`, `["authorFirstName, authorLastName"]` | | ||
| | `references` | `FieldReference[]` | On [annotated](/concepts/components/prisma-schema/relations#annotated-relation-fields-and-relation-scalar-fields) relation fields | A list of [fields](/concepts/components/prisma-schema/data-model#defining-fields) of the model on _the other side of the relation_ | `["id"]`, `["firstName, lastName"]` | |
janpio
reviewed
Feb 3, 2023
| | PostgreSQL | `bigint` | | ||
| | SQL Server | `int` | | ||
| | MySQL | `BIGINT` | | ||
| | MySQL | `INT` | |
janpio
approved these changes
Feb 3, 2023
janpio
left a comment
Contributor
There was a problem hiding this comment.
Actual binaryTargets look good.
janpio
suggested changes
Feb 3, 2023
janpio
left a comment
Contributor
There was a problem hiding this comment.
Unrelated changes seem problematic.
Contributor
Author
That looks like some troubles when using Github's UI for editing the docs. Will clone the repo locally and push a new PR. |
Contributor
Author
|
Deprecated by #4491 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe this PR
Changes
binaryTargets's reference to reflect the newest Linux Alpine arm64 supportx86_64architectures by defaultWhat issue does this fix?
Contributes to prisma/orm#8478