<?xml version="1.0"?>
<!--
/**
 * Bss Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   Bss
 * @package    Bss_CatalogPermission
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2022 Bss Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
-->
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
  <table name="cms_page" resource="default">
    <column xsi:type="varchar" name="bss_customer_group" nullable="true" length="255" comment="Customer group"/>
    <column xsi:type="varchar" name="bss_redirect_type" nullable="true" length="255" comment="Bss Redirect Type"/>
    <column xsi:type="varchar" name="bss_select_page" nullable="true" length="255" comment="Bss Select Page"/>
    <column xsi:type="varchar" name="bss_custom_url" nullable="true" length="255" comment="Bss Custom Url"/>
    <column xsi:type="varchar" name="bss_error_message" nullable="true" length="255" comment="Bss Error Message"/>
  </table>
</schema>
