<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Shop by Brand for Magento 2
 */-->
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
    <table name="amasty_amshopby_option_setting" resource="default">
        <column xsi:type="smallint" name="is_show_in_slider" padding="6" unsigned="false" nullable="true"
                identity="false" default="0" comment="Is show in slider"/>
    </table>
</schema>
