feat(ST-507): add optional email field to User schema
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e887f796c7
commit
1187117e05
3 changed files with 7 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ enum SprintStatus {
|
|||
model User {
|
||||
id String @id @default(cuid())
|
||||
username String @unique
|
||||
email String? @unique
|
||||
password_hash String
|
||||
is_demo Boolean @default(false)
|
||||
bio String? @db.VarChar(160)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue