| Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/ExportCore/etc/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Amasty/ExportCore/etc/db_schema.xml |
<?xml version="1.0"?>
<!--
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/-->
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
<table name="amasty_export_process" resource="default" engine="innodb" comment="amasty_export_process">
<column xsi:type="int" name="id" padding="10" unsigned="true" nullable="false" identity="true" comment="Id"/>
<column xsi:type="varchar" name="entity_code" nullable="false" length="127" comment="Entity_code"/>
<column xsi:type="longblob" name="profile_config" nullable="false" comment="Profile_config"/>
<column xsi:type="varchar" name="identity" nullable="false" length="127" comment="Identity"/>
<column xsi:type="int" name="pid" padding="11" unsigned="false" nullable="true" identity="false" comment="Pid"/>
<column xsi:type="varchar" name="status" nullable="false" length="127" comment="Status"/>
<column xsi:type="boolean" name="finished" nullable="false" comment="Finished"/>
<column xsi:type="blob" name="export_result" nullable="true" comment="Export_result"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="id"/>
</constraint>
<constraint xsi:type="unique" referenceId="AMASTY_EXPORT_PROCESS_IDENTITY">
<column name="identity"/>
</constraint>
</table>
</schema>