<?xml version="1.0"?>
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
    <table name="directory_country_region" resource="default" engine="innodb" comment="">
        <column xsi:type="int" name="is_available" unsigned="true" nullable="false" default="1" identity="false"/>
    </table>
</schema>