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 / Misspell / etc /
Filename/home/a/home/dev2.destoffenstraat.com/app/code/Mirasvit/Misspell/etc/db_schema.xml
Size1.48 kb
Permissionrwxrwxrwx
Ownerroot : root
Create time21-Aug-2025 12:26
Last modified15-Oct-2024 20:30
Last accessed22-Aug-2025 19:48
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_misspell_index" resource="default" engine="innodb" comment="Misspell Index">
<column xsi:type="int" name="index_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Index Id"/>
<column xsi:type="varchar" name="keyword" nullable="false" length="255" comment="Keyword"/>
<column xsi:type="varchar" name="trigram" nullable="false" length="255" comment="Trigram"/>
<column xsi:type="decimal" name="frequency" scale="4" precision="12" unsigned="false" nullable="false" default="0" comment="Frequency"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="index_id"/>
</constraint>
<index referenceId="MST_MISSPELL_INDEX_TRIGRAM" indexType="fulltext">
<column name="trigram"/>
</index>
</table>
<table name="mst_misspell_suggest" resource="default" engine="innodb" comment="Misspell Suggest">
<column xsi:type="int" name="suggest_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Suggest Id"/>
<column xsi:type="varchar" name="query" nullable="false" length="255" comment="Query"/>
<column xsi:type="varchar" name="suggest" nullable="false" length="255" comment="Suggest"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="suggest_id"/>
</constraint>
</table>
</schema>