add short name level

This commit is contained in:
mamoss 2025-05-14 01:43:04 +07:00
parent 2466525e8e
commit 02e1e36a9c
3 changed files with 1696 additions and 2 deletions

View file

@ -21,7 +21,7 @@ export class EntityBase {
})
createdUserId!: String;
@UpdateDateColumn({ comment: "แก้ไขข้อมูลล่าสุดเมื่อ" })
@CreateDateColumn({ comment: "แก้ไขข้อมูลล่าสุดเมื่อ" })
lastUpdatedAt!: Date;
@Column({