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/cartforge.co/app/code/Webkul/PrivateShop/etc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/cartforge.co/app/code/Webkul/PrivateShop/etc/db_schema.xml
<?xml version="1.0"?>
<!--
/**
 * Webkul Software
 *
 * @category  Webkul
 * @package   Webkul_PrivateShop
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
-->
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
  <table name="webkul_privateshop_group" resource="default" engine="innodb">
    <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="true"/>
    <column xsi:type="int" name="status" padding="11" unsigned="false" nullable="true" identity="false"/>
    <column xsi:type="int" name="store_id" padding="11" unsigned="false" nullable="true" identity="false"/>
    <column xsi:type="text" name="group_name" nullable="true"/>
    <constraint xsi:type="primary" referenceId="PRIMARY">
      <column name="entity_id"/>
    </constraint>
  </table>
  <table name="webkul_private_product" resource="default" engine="innodb">
    <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="true"/>
    <column xsi:type="int" name="product_id" padding="11" unsigned="false" nullable="true" identity="false"/>
    <column xsi:type="int" name="group_id" padding="11" unsigned="false" nullable="true" identity="false"/>
    <column xsi:type="int" name="store_id" padding="11" unsigned="false" nullable="true" identity="false"/>
    <constraint xsi:type="primary" referenceId="PRIMARY">
      <column name="entity_id"/>
    </constraint>
  </table>
   
  <table name="webkul_privateshop_queue_message" resource="default" engine="innodb">
    <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="true"/>
    <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP"/>
    <column xsi:type="timestamp" name="updated_at" on_update="true" nullable="false" default="CURRENT_TIMESTAMP"/>
    <column xsi:type="smallint" name="status" padding="5" unsigned="true" nullable="false" identity="false"/>
    <column xsi:type="smallint" name="retries" padding="5" unsigned="true" nullable="false" identity="false" default="0"/>
    <column xsi:type="varchar" name="queue_name" nullable="true" length="255"/>
    <column xsi:type="int" name="group_id" padding="5" unsigned="true" nullable="false" identity="false" default="0"/>
    <column xsi:type="longtext" name="message_content" nullable="true"/>
    <constraint xsi:type="primary" referenceId="PRIMARY">
      <column name="entity_id"/>
    </constraint>
    <index referenceId="WEBKUL_PRIVATESHOP_QUEUE_MESSAGE_RETRIES" indexType="btree">
      <column name="retries"/>
    </index>
    <index referenceId="WEBKUL_PRIVATESHOP_QUEUE_MESSAGE_QUEUE_NAME" indexType="btree">
      <column name="queue_name"/>
    </index>
  </table>
</schema>

Spamworldpro Mini