From 2584d26d6c0e5d4860212712ecbd63f606e430ec Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Tue, 21 May 2024 11:11:33 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B9=83=E0=B8=AB=E0=B9=89=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=84=E0=B8=A7=E0=B8=B2?= =?UTF-8?q?=E0=B8=A1=E0=B8=A2=E0=B8=B2=E0=B8=A7=E0=B9=84=E0=B8=94=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/Development.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/entities/Development.ts b/src/entities/Development.ts index 11d24d2..1bad0b7 100644 --- a/src/entities/Development.ts +++ b/src/entities/Development.ts @@ -156,6 +156,7 @@ export class Development extends EntityBase { nullable: true, comment: "หลักการและเหตุผล", default: null, + type: "text", }) reason: string; @@ -163,6 +164,7 @@ export class Development extends EntityBase { nullable: true, comment: "วัตถุประสงค์", default: null, + type: "text", }) objective: string;