Important

We are updating the images for OroCommerce version 6.1 to align with the latest changes in the back-office design. During this transition, some images may still show older versions. Thank you for your patience as we work to update all visuals to reflect these changes.

How to Resolve Draft Conflicts 

To solve the problem of the table fields’ uniqueness for the drafts, you can use the draft_uuid field to guarantee the uniqueness.

The draft_uuid field is required and is unique for the draft entity, so it can be used together with other fields.

To ensure the uniqueness of the fields in the database table, change the structure of the database table and use the combined unique keys with the draft_uuid field.

Note

In case it is impossible to change the structure of the table, you can use the extension as described in the How to use draft extensions topic.