Files
2026-03-19 22:17:27 +01:00

5 lines
101 B
Plaintext

model User {
id String @id @db.VarChar
subscriptions PushSubscription[]
}