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;