<?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" comment="Magento Catalog Product Option Table">
        <column xsi:type="boolean" name="is_swatch" nullable="false" default="0" comment="Is Swatch Flag (added by MageWorx Option Swatches)"/>
    </table>
</schema>
