mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
🗃️ document created field
This commit is contained in:
@ -59,6 +59,7 @@ enum DocumentStatus {
|
|||||||
|
|
||||||
model Document {
|
model Document {
|
||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
|
created DateTime @default(now())
|
||||||
userId Int
|
userId Int
|
||||||
User User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
User User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
||||||
title String
|
title String
|
||||||
|
|||||||
Reference in New Issue
Block a user