<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.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 Sales Order Table -->
    <table name="sales_order">
        <column xsi:type="varchar" name="dispute_status" length="45" nullable="true" comment="Braintree Dispute Status"/>
    </table>
    <table name="sales_order_grid">
        <column xsi:type="varchar" name="dispute_status" length="45" nullable="true" comment="Braintree Dispute Status"/>
    </table>
</schema>
