adding the order service delete on the plan api

This commit is contained in:
2026-04-26 18:57:33 +06:00
parent 4c1614601a
commit 107b94bc97
6 changed files with 17 additions and 7 deletions
+2 -1
View File
@@ -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?
}