feat: add code gen to request data
This commit is contained in:
parent
766f9b4af5
commit
c1ac3845ce
2 changed files with 36 additions and 18 deletions
|
|
@ -1393,6 +1393,8 @@ enum RequestDataStatus {
|
|||
model RequestData {
|
||||
id String @id @default(cuid())
|
||||
|
||||
code String
|
||||
|
||||
employee Employee @relation(fields: [employeeId], references: [id], onDelete: Cascade)
|
||||
employeeId String
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue