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