feat(inventory): map physical instance flag on asset entity
This commit is contained in:
@@ -57,6 +57,9 @@ export class Asset extends TimestampedEntity {
|
|||||||
@Column({ name: 'inventory_family_id', type: 'uuid', nullable: true })
|
@Column({ name: 'inventory_family_id', type: 'uuid', nullable: true })
|
||||||
inventoryFamilyId!: string | null;
|
inventoryFamilyId!: string | null;
|
||||||
|
|
||||||
|
@Column({ name: 'is_inventory_instance', type: 'boolean', default: false })
|
||||||
|
isInventoryInstance!: boolean;
|
||||||
|
|
||||||
@Column({ type: 'varchar', length: 120 })
|
@Column({ type: 'varchar', length: 120 })
|
||||||
code!: string;
|
code!: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user