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" })
|
||||
upc: string
|
||||
|
||||
@Column()
|
||||
rank: number
|
||||
|
||||
@Column({ type: "int" })
|
||||
inventory_quantity: number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user