migrate responsibility
This commit is contained in:
parent
6311c9cb0d
commit
2eee5404a1
11 changed files with 285 additions and 37 deletions
|
|
@ -102,7 +102,7 @@ export class OrgRoot extends EntityBase {
|
|||
comment: "หน้าที่ความรับผิดชอบ",
|
||||
default: null,
|
||||
})
|
||||
duty: string;
|
||||
responsibility: string;
|
||||
|
||||
@Column({
|
||||
length: 40,
|
||||
|
|
@ -156,7 +156,7 @@ export class CreateOrgRoot {
|
|||
orgRootFax?: string;
|
||||
|
||||
@Column()
|
||||
duty?: string;
|
||||
responsibility?: string;
|
||||
|
||||
@Column("uuid")
|
||||
orgRevisionId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue