5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
model User {
|
|
id String @id @db.VarChar
|
|
subscriptions PushSubscription[]
|
|
}
|