![]() 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/mageworx/module-seo-ai/etc/ |
<?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="mageworx_product_rr_log" resource="default" engine="innodb" comment="Product generations request and response data (OpenAI)"> <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Entity Id"/> <column xsi:type="int" name="product_id" padding="10" unsigned="true" nullable="true" comment="Product ID (Row ID)"/> <column xsi:type="varchar" name="message_type" length="64" nullable="false" comment="Type of generated message"/> <column xsi:type="text" name="request_message" nullable="false" comment="Request message"/> <column xsi:type="text" name="context" nullable="false" comment="Request context"/> <column xsi:type="text" name="response_message" nullable="false" comment="Response message"/> <column xsi:type="smallint" name="variant_index" padding="3" unsigned="true" nullable="false" identity="false" default="1" comment="Index of variant"/> <column xsi:type="boolean" name="is_ok" nullable="true" comment="Was result good?"/> <column xsi:type="boolean" name="is_applied" nullable="false" default="false" comment="Was result applied?"/> <column xsi:type="int" name="approximate_number_of_tokens" padding="5" unsigned="true" nullable="false" comment="Approximate number of tokens"/> <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP" comment="Created At"/> <constraint xsi:type="primary" referenceId="PRIMARY"> <column name="entity_id"/> </constraint> <index referenceId="MAGEWORX_RESPONSE_MESSAGE" indexType="fulltext"> <column name="response_message"/> </index> </table> <table name="mageworx_category_rr_log" resource="default" engine="innodb" comment="Category generations request and response data (OpenAI)"> <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="true" comment="Entity Id"/> <column xsi:type="int" name="category_id" padding="10" unsigned="true" nullable="true" comment="Category ID"/> <column xsi:type="varchar" name="message_type" length="64" nullable="false" comment="Type of generated message"/> <column xsi:type="text" name="request_message" nullable="false" comment="Request message"/> <column xsi:type="text" name="context" nullable="false" comment="Request context"/> <column xsi:type="text" name="response_message" nullable="false" comment="Response message"/> <column xsi:type="smallint" name="variant_index" padding="3" unsigned="true" nullable="false" identity="false" default="1" comment="Index of variant"/> <column xsi:type="boolean" name="is_ok" nullable="true" comment="Was result good?"/> <column xsi:type="boolean" name="is_applied" nullable="false" default="false" comment="Was result applied?"/> <column xsi:type="int" name="approximate_number_of_tokens" padding="5" unsigned="true" nullable="false" comment="Approximate number of tokens"/> <column xsi:type="timestamp" name="created_at" on_update="false" nullable="false" default="CURRENT_TIMESTAMP" comment="Created At"/> <constraint xsi:type="primary" referenceId="PRIMARY"> <column name="entity_id"/> </constraint> <index referenceId="MAGEWORX_RESPONSE_MESSAGE" indexType="fulltext"> <column name="response_message"/> </index> </table> </schema>