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 / Amasty / CronSchedule / etc /
Filename/home/dev2.destoffenstraat.com/app/code/Amasty/CronSchedule/etc/db_schema.xml
Size1.34 kb
Permissionrw-r--r--
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified14-Jun-2025 23:52
Last accessed21-Aug-2025 20:35
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?xml version="1.0"?>
<!--
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Cron Schedule 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_cron_schedule" resource="default" engine="innodb" comment="amasty_cron_schedule">
<column xsi:type="int" name="schedule_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Schedule_id"/>
<column xsi:type="int" name="external_id" padding="11" unsigned="false" nullable="false" identity="false" comment="External_id"/>
<column xsi:type="varchar" name="job_type" nullable="false" length="127" comment="Job_type"/>
<column xsi:type="boolean" name="enabled" nullable="false" comment="Enabled"/>
<column xsi:type="varchar" name="expression" nullable="false" length="127" comment="Expression"/>
<column xsi:type="text" name="serialized_extension_attributes" nullable="true" comment="Serialized_extension_attributes"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="schedule_id"/>
</constraint>
<constraint xsi:type="unique" referenceId="AMASTY_CRON_SCHEDULE_SCHEDULE_ID">
<column name="schedule_id"/>
</constraint>
</table>
</schema>