update log pull
This commit is contained in:
@ -21,14 +21,11 @@ export class LogPull {
|
|||||||
filename: string;
|
filename: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true
|
nullable: true,
|
||||||
|
length: 32
|
||||||
})
|
})
|
||||||
branch_code: string;
|
branch_code: string;
|
||||||
|
|
||||||
@ManyToOne(() => Branch, { onDelete: "RESTRICT" })
|
|
||||||
@JoinColumn({ name: 'branch_code' })
|
|
||||||
branch: Branch
|
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user