Datenbank
This commit is contained in:
9
prisma/schema/Attachment.prisma
Normal file
9
prisma/schema/Attachment.prisma
Normal file
@@ -0,0 +1,9 @@
|
||||
model Attachment {
|
||||
id String @id @unique @default(uuid())
|
||||
|
||||
name String?
|
||||
kategorie String?
|
||||
mime String
|
||||
|
||||
attached_to_messages Message[]
|
||||
}
|
||||
Reference in New Issue
Block a user