update_table_ProfileAvatar_add_isactive

This commit is contained in:
Kittapath 2024-05-16 10:01:59 +07:00
parent 9d240969a3
commit 73c91bd9b1
3 changed files with 30 additions and 0 deletions

View file

@ -12,6 +12,12 @@ export class ProfileAvatar extends EntityBase {
})
avatar: string;
@Column({
comment: "สถานะการใช้งาน",
default: false,
})
isActive: boolean;
@Column({
nullable: true,
comment: "รูปถ่าย",