document_name
This commit is contained in:
parent
a68d8b817a
commit
982be25e5b
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "documents_notary" ADD COLUMN "document_name" VARCHAR(255) NOT NULL DEFAULT '';
|
@ -234,6 +234,7 @@ model DocumentsNotary {
|
||||
files FilesNotary[]
|
||||
customer Customers @relation(fields: [customer_uid], references: [uid], onDelete: Cascade)
|
||||
customer_uid String @db.VarChar(255)
|
||||
document_name String @db.VarChar(255) @default("")
|
||||
|
||||
@@map("documents_notary")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user