|
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 / Mirasvit / Report / etc / |
Filename | /home/dev2.destoffenstraat.com/app/code/Mirasvit/Report/etc/db_schema.xml |
Size | 1.41 kb |
Permission | rwxrwxrwx |
Owner | root : root |
Create time | 17-Aug-2025 10:26 |
Last modified | 15-Oct-2024 20:30 |
Last accessed | 23-Aug-2025 02:07 |
Actions | edit | rename | delete | download (gzip) |
View | text | 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="mst_report_email" resource="default" engine="innodb" comment="Report Email">
<column xsi:type="int" name="email_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Email Id"/>
<column xsi:type="varchar" name="title" nullable="false" length="255" comment="Title"/>
<column xsi:type="int" name="is_active" padding="11" unsigned="false" nullable="false" identity="false" default="0" comment="Is Active"/>
<column xsi:type="varchar" name="subject" nullable="false" length="255" comment="Subject"/>
<column xsi:type="varchar" name="recipient" nullable="false" length="255" comment="Recipient"/>
<column xsi:type="varchar" name="schedule" nullable="false" length="255" comment="Schedule"/>
<column xsi:type="text" name="blocks_serialized" nullable="false" comment="Content"/>
<column xsi:type="timestamp" name="last_sent_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" comment="Last Sent At"/>
<column xsi:type="int" name="is_attach_enabled" padding="11" unsigned="false" nullable="false" identity="false" default="0" comment="Is Attach Enabled"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="email_id"/>
</constraint>
</table>
</schema>
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
<table name="mst_report_email" resource="default" engine="innodb" comment="Report Email">
<column xsi:type="int" name="email_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Email Id"/>
<column xsi:type="varchar" name="title" nullable="false" length="255" comment="Title"/>
<column xsi:type="int" name="is_active" padding="11" unsigned="false" nullable="false" identity="false" default="0" comment="Is Active"/>
<column xsi:type="varchar" name="subject" nullable="false" length="255" comment="Subject"/>
<column xsi:type="varchar" name="recipient" nullable="false" length="255" comment="Recipient"/>
<column xsi:type="varchar" name="schedule" nullable="false" length="255" comment="Schedule"/>
<column xsi:type="text" name="blocks_serialized" nullable="false" comment="Content"/>
<column xsi:type="timestamp" name="last_sent_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP" comment="Last Sent At"/>
<column xsi:type="int" name="is_attach_enabled" padding="11" unsigned="false" nullable="false" identity="false" default="0" comment="Is Attach Enabled"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="email_id"/>
</constraint>
</table>
</schema>