update_table_ProfileAvatar_add_isactive
This commit is contained in:
parent
9d240969a3
commit
73c91bd9b1
3 changed files with 30 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ export class ProfileAvatar extends EntityBase {
|
|||
})
|
||||
avatar: string;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะการใช้งาน",
|
||||
default: false,
|
||||
})
|
||||
isActive: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "รูปถ่าย",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue