init: init project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
model Profile {
|
||||
id String @id @default(uuid())
|
||||
accountId String @unique
|
||||
account Account @relation(fields: [accountId], references: [id], onDelete: Cascade)
|
||||
|
||||
fullName String
|
||||
profilePhoto String?
|
||||
}
|
||||
Reference in New Issue
Block a user