add rank field to product variant
This commit is contained in:
@@ -63,6 +63,9 @@ export class ProductVariant {
|
|||||||
@Index({ unique: true, where: "deleted_at IS NOT NULL" })
|
@Index({ unique: true, where: "deleted_at IS NOT NULL" })
|
||||||
upc: string
|
upc: string
|
||||||
|
|
||||||
|
@Column()
|
||||||
|
rank: number
|
||||||
|
|
||||||
@Column({ type: "int" })
|
@Column({ type: "int" })
|
||||||
inventory_quantity: number
|
inventory_quantity: number
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user