← Shopware 6.4.7.0

Shopware 6.4.7.0 bf_product_to_delete

Queue of products scheduled for deletion on external marketplaces via Business Factory.

Columns

5 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
product_id binary(16) NO Index
is_variation tinyint(1) NO Default: 0
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
idx.product_id product_id No
PRIMARY id Yes