migrate
This commit is contained in:
parent
53f0deb036
commit
fc7acf28a9
2 changed files with 23 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ export class EvaluateResult extends EntityBase {
|
|||
comment: "วันที่ลงนามผู้มีอำนาจสั่งบรรจุ",
|
||||
type: "date",
|
||||
})
|
||||
authority_dated: Date | null;
|
||||
authority_dated!: Date | null;
|
||||
|
||||
@ManyToOne(() => Assign, (assign: Assign) => assign.evaluateResults)
|
||||
@JoinColumn({ name: "assign_id" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue