no message
This commit is contained in:
parent
a40a2a7f2b
commit
9991b3c8ce
2 changed files with 18 additions and 1 deletions
|
|
@ -18,8 +18,9 @@ export class OrgRevision extends EntityBase {
|
|||
orgRevisionName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "หมายเหตุ",
|
||||
length: 255,
|
||||
type: "text",
|
||||
default: null,
|
||||
})
|
||||
remark: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue