แก้ default posname

This commit is contained in:
AdisakKanthawilang 2024-01-30 11:41:38 +07:00
parent a5caf6eade
commit 4896b4f8fe
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ export class PosLevel extends EntityBase {
@Column({
nullable: true,
comment: "ชื่อระดับตำแหน่ง",
type: "tinytext",
length: 255,
default: "string",
})
posLevelName: string;

View file

@ -7,7 +7,7 @@ export class PosType extends EntityBase {
@Column({
nullable: true,
comment: "ชื่อประเภทตำแหน่ง (ทั่วไป วิชาการ อำนวยการ บริหาร)",
type: "tinytext",
length: 255,
default: "string",
})
posTypeName: string;