![]() 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-seoextended/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_seoextended_category" resource="default" engine="innodb" comment="mageworx_seoextended_category"> <column xsi:type="int" name="id" padding="10" unsigned="true" nullable="false" identity="true" comment="ID"/> <column xsi:type="smallint" name="attribute_id" padding="5" unsigned="true" nullable="false" identity="false" comment="Attribute ID"/> <column xsi:type="int" name="category_id" padding="10" unsigned="true" nullable="false" identity="false" comment="Category ID"/> <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" comment="Store ID"/> <column xsi:type="text" name="meta_title" nullable="false" comment="Meta Title"/> <column xsi:type="text" name="meta_description" nullable="false" comment="Meta Description"/> <column xsi:type="text" name="description" nullable="false" comment="Desription"/> <column xsi:type="text" name="meta_keywords" nullable="false" comment="Meta Keywords"/> <column xsi:type="int" name="attribute_option_id" padding="9" unsigned="true" nullable="false" identity="false" default="0" comment="Attribute Option ID"/> <column xsi:type="text" name="category_seo_name" nullable="false" comment="Category Name"/> <constraint xsi:type="primary" referenceId="PRIMARY"> <column name="id"/> <column name="store_id"/> </constraint> <constraint xsi:type="foreign" referenceId="MAGEWORX_SEOEXTENDED_CATEGORY_STORE_ID_STORE_STORE_ID" table="mageworx_seoextended_category" column="store_id" referenceTable="store" referenceColumn="store_id" onDelete="CASCADE"/> <constraint xsi:type="foreign" referenceId="MAGEWORX_SEOEXTENDED_CTGR_ATTR_ID_EAV_ATTR_ATTR_ID" table="mageworx_seoextended_category" column="attribute_id" referenceTable="eav_attribute" referenceColumn="attribute_id" onDelete="CASCADE"/> <constraint xsi:type="foreign" referenceId="MAGEWORX_SEOEXTENDED_CTGR_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID" table="mageworx_seoextended_category" column="category_id" referenceTable="catalog_category_entity" referenceColumn="entity_id" onDelete="CASCADE"/> </table> </schema>