model ProvinceCity { id String @id @default(auto()) @map("_id") @db.ObjectId province String @unique cities String[] @@map("provinceCity") }