uupdate
This commit is contained in:
@ -18,7 +18,7 @@ export class AssetPurchase {
|
|||||||
})
|
})
|
||||||
purchase_at: Date;
|
purchase_at: Date;
|
||||||
|
|
||||||
@Column("uuid")
|
@Column({ type: 'varchar', length: 255 })
|
||||||
department_id: string;
|
department_id: string;
|
||||||
|
|
||||||
@Column({ type: "varchar", length: 255 })
|
@Column({ type: "varchar", length: 255 })
|
||||||
|
|||||||
@ -20,7 +20,7 @@ export class AssetRequestOrder {
|
|||||||
@JoinTable()
|
@JoinTable()
|
||||||
request_order_category: AssetRequestOrderCategory;
|
request_order_category: AssetRequestOrderCategory;
|
||||||
|
|
||||||
@Column({ type: 'uuid' })
|
@Column({ type: 'varchar', length: 255 })
|
||||||
department_id: string;
|
department_id: string;
|
||||||
|
|
||||||
@Column({ type: 'varchar', length: 255 })
|
@Column({ type: 'varchar', length: 255 })
|
||||||
|
|||||||
Reference in New Issue
Block a user