no message

This commit is contained in:
Kittapath 2024-05-15 15:29:23 +07:00
parent b7ca6795cb
commit 9365c6c62e
4 changed files with 77 additions and 2 deletions

View file

@ -36,6 +36,13 @@ export class Profile extends EntityBase {
})
avatar: string;
@Column({
nullable: true,
comment: "รูปถ่าย",
default: null,
})
avatarName: string;
@Column({
nullable: true,
comment: "ยศ",

View file

@ -12,6 +12,13 @@ export class ProfileAvatar extends EntityBase {
})
avatar: string;
@Column({
nullable: true,
comment: "รูปถ่าย",
default: null,
})
avatarName: string;
@Column({
nullable: true,
length: 40,