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 / a / home / dev2.destoffenstraat.com / app / code / Mirasvit / SearchLanding / etc /
Filename/home/a/home/dev2.destoffenstraat.com/app/code/Mirasvit/SearchLanding/etc/db_schema.xml
Size1.42 kb
Permissionrwxrwxrwx
Ownerroot : root
Create time21-Aug-2025 12:26
Last modified15-Oct-2024 20:30
Last accessed22-Aug-2025 17:28
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="mst_search_landing_page" resource="default" engine="innodb" comment="Landing Page">
<column xsi:type="int" name="page_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Page Id"/>
<column xsi:type="varchar" name="query_text" nullable="false" length="255" comment="Query Text"/>
<column xsi:type="varchar" name="url_key" nullable="false" length="255" comment="Url Key"/>
<column xsi:type="varchar" name="title" nullable="true" length="255" comment="Title"/>
<column xsi:type="varchar" name="meta_description" nullable="true" length="255" comment="Title"/>
<column xsi:type="varchar" name="meta_keywords" nullable="true" length="255" comment="Title"/>
<column xsi:type="text" name="layout_update" nullable="true" comment="Layout Update"/>
<column xsi:type="varchar" name="store_ids" nullable="true" length="255" comment="Store Ids"/>
<column xsi:type="int" name="is_active" padding="11" unsigned="false" nullable="false" identity="false" default="0" comment="Is Active"/>
<column xsi:type="text" name="description" nullable="true" comment="Search Landing Page Description"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="page_id"/>
</constraint>
</table>
</schema>