Skip to content

Commit

Permalink
Update prisma-schema-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Jul 24, 2019
1 parent a847b15 commit 6cf0871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/prisma-schema-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ The default name for the schema file is `schema.prisma`. When your schema file i

If the schema file is named differently, you can provide an explicit option to the command to point the CLI to the location of the schema file.

> **Note**: The CLI option to specify the path to the schema file is not yet implemented. You can track the progress of this issue [here](https://github.com/prisma/prisma2/issues/225).
## Syntax

The schema file is written in Prisma Schema Language (PSL). You can find a full reference for PSL in the [spec](https://github.com/prisma/specs/tree/master/prisma-schema).
Expand Down

0 comments on commit 6cf0871

Please sign in to comment.