From 5228c4b731a5eb0be9862f00f31285184d3fa22c Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 8 Feb 2024 09:52:18 +0700 Subject: [PATCH] no message --- src/entities/Profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/Profile.ts b/src/entities/Profile.ts index 10794bb1..624c5358 100644 --- a/src/entities/Profile.ts +++ b/src/entities/Profile.ts @@ -56,7 +56,7 @@ export class Profile extends EntityBase { @Column({ nullable: true, length: 40, - comment: "ไอดีประเภทตำแหน่", + comment: "ไอดีประเภทตำแหน่ง", }) posTypeId: string | null;