Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/mirasvit/module-search-ultimate/src/Misspell/etc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/mirasvit/module-search-ultimate/src/Misspell/etc/db_schema.xml
<?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>

Spamworldpro Mini