Skip to content

Commit

Permalink
Correct the table (#6500)
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianCoding authored Dec 5, 2024
1 parent 581998c commit 60eaec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/200-orm/500-reference/100-prisma-schema-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ Defines a [generator](/orm/prisma-schema/overview/generators) in the Prisma sche

A `generator` block accepts the following fields:

| Name | Required | Type | Description |
| ----------------- | -------- | ----------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| Name | Required | Type | Description |
| :-----------------| :----------------------- | :----------------------- | :----------------------- |
| `provider` | **Yes** | String (file path) or Enum (`prisma-client-js`) | Describes which [generator](/orm/prisma-schema/overview/generators) to use. This can point to a file that implements a generator or specify a built-in generator directly. |
| `output` | No | String (file path) | Determines the location for the generated client, [learn more](/orm/prisma-client/setup-and-configuration/generating-prisma-client#using-a-custom-output-path). **Default**: `node_modules/.prisma/client` |
| `previewFeatures` | No | List of Enums | Use intellisense to see list of currently available Preview features (`Ctrl+Space` in Visual Studio Code) **Default**: none | |
Expand Down

0 comments on commit 60eaec8

Please sign in to comment.