keyword admin page
This commit is contained in:
10
packages/database/prisma/schema/keyword.prisma
Normal file
10
packages/database/prisma/schema/keyword.prisma
Normal file
@@ -0,0 +1,10 @@
|
||||
enum KEYWORD_CATEGORY {
|
||||
AB_ATMUNG: "AB_ATMUNG",
|
||||
}
|
||||
|
||||
model Keyword {
|
||||
id Int @id @default(autoincrement())
|
||||
name String
|
||||
description String
|
||||
// relations:
|
||||
}
|
||||
Reference in New Issue
Block a user