Skip to content

Commit

Permalink
Change email field to be optional in new app template schema
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Apr 25, 2020
1 parent e7982a1 commit dcc9c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/templates/app/db/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generator client {

//model User {
// id Int @default(autoincrement()) @id
// email String @unique
// email String? @unique
// name String?
//}

0 comments on commit dcc9c4d

Please sign in to comment.