mirror of
https://github.com/documenso/documenso
synced 2026-05-24 09:28:27 +00:00
🗃️ document created field
This commit is contained in:
parent
4215835043
commit
5584f3b26e
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ enum DocumentStatus {
|
|||
|
||||
model Document {
|
||||
id Int @id @default(autoincrement())
|
||||
created DateTime @default(now())
|
||||
userId Int
|
||||
User User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
||||
title String
|
||||
|
|
|
|||
Loading…
Reference in a new issue