Skip to content

Commit

Permalink
Update data-modeling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Sep 11, 2019
1 parent 89508ea commit a8b2ed1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/data-modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,17 +179,6 @@ enum Color {
}
```

You can map the values of an enum to the respective values in the data source:

```
enum Color {
Red = "RED"
Teal = "TEAL"
}
```

Prisma currently only supports string enum value types.

## Type definitions

Type definitions use the `type` keyword. They can be used to consolidate various type specifications into a single type:
Expand Down

0 comments on commit a8b2ed1

Please sign in to comment.