adding the order service delete on the plan api
This commit is contained in:
@@ -2,7 +2,6 @@ model Profile {
|
||||
id String @id @default(uuid())
|
||||
accountId String @unique
|
||||
account Account @relation(fields: [accountId], references: [id], onDelete: Cascade)
|
||||
|
||||
shopName String
|
||||
shopLogo String?
|
||||
contactNumber String?
|
||||
@@ -11,3 +10,5 @@ model Profile {
|
||||
shopCategory String?
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user