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