Shopware 6.4.5.0 bf_product_to_delete
Queue of products scheduled for deletion on external marketplaces via Business Factory.
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
| Index Name | Columns | Unique |
|---|---|---|
| idx.product_id | product_id | No |
| PRIMARY | id | Yes |
