We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503c2e1 commit ecee41fCopy full SHA for ecee41f
app/main.wasp
@@ -96,8 +96,8 @@ app SaaSTemplate {
96
entity User {=psl
97
id Int @id @default(autoincrement())
98
email String? @unique
99
- username String @unique
100
- password String
+ username String? @unique
+ password String?
101
createdAt DateTime @default(now())
102
lastActiveTimestamp DateTime @default(now())
103
isAdmin Boolean @default(false)
0 commit comments