Skip to content

Commit

Permalink
Update prisma-schema-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jan 22, 2020
1 parent 15e1c70 commit 68e617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prisma-schema-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ A generator configures what data source clients are generated and how they're ge
| Name | Required | Type | Description |
| --------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `provider` | **Yes** | String (file path) or Enum (`prisma-client-js`) | Describes which generator to use. This can point to a file that implements a generator or specify a built-in generator directly. |
| `output` | **Yes** | String (file path) | Determines the location for the generated client. |
| `output` | _(optional)_ | String (file path) | Determines the location for the generated client. |
| `binaryTargets` | _(optional)_ | List of Enums (prebuilt binaries [available here](https://github.com/prisma/specs/blob/master/binaries/Readme.md#table-of-binaries)). | Declarative way to download the required binaries. |

- A generator may bring its own fields to allow users to customize the generation behaviour.
Expand Down

0 comments on commit 68e617b

Please sign in to comment.