Update main.wasp

This commit is contained in:
vincanger 2024-02-26 16:58:55 +01:00
parent 29996a2006
commit b037c82e63

View File

@ -96,7 +96,7 @@ app SaaSTemplate {
entity User {=psl
id Int @id @default(autoincrement())
email String? @unique
email String?
username String @unique
password String
createdAt DateTime @default(now())