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? shopAddress String? shopMapLocation String? shopCategory String? }