<?xml version="1.0"?>
<!--
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
-->
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
    <!-- Magento Tables -->
    <table name="catalog_product_option" resource="default" engine="innodb">
        <column xsi:type="varchar" name="sku_policy" length="20" nullable="false" default="use_config" comment="SKU Policy (added by MageWorx Option Sku Policy)"/>
    </table>
</schema>
