| Current Path : /home/rtorresani/www/vendor/magento/module-inventory-in-store-pickup/etc/ |
| Current File : //home/rtorresani/www/vendor/magento/module-inventory-in-store-pickup/etc/db_schema.xml |
<?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">
<table name="inventory_source">
<column xsi:type="boolean" name="is_pickup_location_active" nullable="false" default="0"/>
<column xsi:type="varchar" name="frontend_name" nullable="true" default=""/>
<column xsi:type="text" name="frontend_description" nullable="true" />
</table>
</schema>