From 2e2a4336c12ab19a3cb2067fd1b34b4005e9170b Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Mon, 1 Jul 2024 11:42:34 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=9F?= =?UTF-8?q?=E0=B8=B4=E0=B8=A7=20detail=20=E0=B9=80=E0=B8=9B=E0=B9=87?= =?UTF-8?q?=E0=B8=99=20longText?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/Portfolio.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entities/Portfolio.ts b/src/entities/Portfolio.ts index acff01a..074dd08 100644 --- a/src/entities/Portfolio.ts +++ b/src/entities/Portfolio.ts @@ -11,6 +11,7 @@ export class Portfolio extends EntityBase { name: string; @Column({ + type: "longtext", nullable: true, comment: "รายละเอียดเอกสาร/ผลงาน", default: null,