update phone schema
This commit is contained in:
parent
1a7473362b
commit
646a10f45c
3 changed files with 40 additions and 27 deletions
|
|
@ -32,6 +32,7 @@ model User {
|
|||
username String @unique @db.VarChar(50)
|
||||
email String @unique @db.VarChar(255)
|
||||
password String @db.VarChar(255)
|
||||
phone String? @unique @db.VarChar(20)
|
||||
role_id Int
|
||||
email_verified_at DateTime?
|
||||
created_at DateTime @default(now())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue