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 / Swissup / DeliveryDate / etc /
Filename/home/dev2.destoffenstraat.com/app/code/Swissup/DeliveryDate/etc/db_schema.xml
Size1.69 kb
Permissionrwxrwxrwx
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified03-May-2022 16:07
Last accessed22-Aug-2025 19:58
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="swissup_deliverydate" resource="default" engine="innodb" comment="Swissup Delivery Date Table">
<column xsi:type="int" name="id" padding="11" unsigned="false" nullable="false" identity="true" comment="ID"/>
<column xsi:type="int" name="quote_id" padding="10" unsigned="true" nullable="true" identity="false" comment="Quote ID"/>
<column xsi:type="int" name="order_id" padding="10" unsigned="true" nullable="true" identity="false" comment="Order ID"/>
<column xsi:type="text" name="comment" nullable="false" comment="Comment"/>
<column xsi:type="datetime" name="date" on_update="false" nullable="true" comment="Date"/>
<column xsi:type="varchar" name="timerange" nullable="true" length="13" comment="Time range"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="id"/>
</constraint>
<constraint xsi:type="foreign" referenceId="SWISSUP_DELIVERYDATE_QUOTE_ID_QUOTE_ENTITY_ID" table="swissup_deliverydate" column="quote_id" referenceTable="quote" referenceColumn="entity_id" onDelete="SET NULL"/>
<constraint xsi:type="foreign" referenceId="SWISSUP_DELIVERYDATE_ORDER_ID_SALES_ORDER_ENTITY_ID" table="swissup_deliverydate" column="order_id" referenceTable="sales_order" referenceColumn="entity_id" onDelete="CASCADE"/>
<index referenceId="SWISSUP_DELIVERYDATE_QUOTE_ID" indexType="btree">
<column name="quote_id"/>
</index>
<index referenceId="SWISSUP_DELIVERYDATE_ORDER_ID" indexType="btree">
<column name="order_id"/>
</index>
</table>
</schema>