![]() 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/aheadworks/module-csblock/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="aw_csblock_block" resource="default" engine="innodb" comment="aw_csblock_block"> <column xsi:type="int" name="id" padding="11" unsigned="true" nullable="false" identity="true" comment="Csblock ID"/> <column xsi:type="text" name="name" nullable="false" comment="Csblock Name"/> <column xsi:type="smallint" name="status" unsigned="false" nullable="false" identity="false" comment="Status"/> <column xsi:type="text" name="customer_groups" nullable="false" comment="Customer Groups"/> <column xsi:type="smallint" name="page_type" padding="5" unsigned="false" nullable="false" identity="false" comment="Csblock Type"/> <column xsi:type="int" name="position" padding="11" unsigned="false" nullable="false" identity="false" comment="Position"/> <column xsi:type="text" name="pattern" nullable="true" comment="Schedule Pattern"/> <column xsi:type="date" name="date_from" nullable="true" comment="From Date"/> <column xsi:type="date" name="date_to" nullable="true" comment="From Date"/> <column xsi:type="text" name="time_from" nullable="true" comment="From Time"/> <column xsi:type="text" name="time_to" nullable="true" comment="To Date"/> <column xsi:type="text" name="product_condition" nullable="false" comment="Product Condition"/> <column xsi:type="text" name="category_ids" nullable="false" comment="Category IDs"/> <constraint xsi:type="primary" referenceId="PRIMARY"> <column name="id"/> </constraint> </table> <table name="aw_csblock_content" resource="default" engine="innodb" comment="aw_csblock_content"> <column xsi:type="int" name="id" padding="11" unsigned="true" nullable="false" identity="true" comment="ID"/> <column xsi:type="int" name="csblock_id" padding="11" unsigned="true" nullable="false" identity="false" comment="Csblock ID"/> <column xsi:type="int" name="static_block_id" padding="11" unsigned="true" nullable="false" identity="false" comment="Static block ID"/> <column xsi:type="text" name="store_id" nullable="false" comment="Store ID"/> <constraint xsi:type="primary" referenceId="PRIMARY"> <column name="id"/> </constraint> </table> </schema>