![]() 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/Xtento/XtCore/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="xtento_xtcore_config_data" resource="default" engine="innodb" comment="Xtento_XtCore Config Table"> <column xsi:type="int" name="config_id" padding="10" unsigned="true" nullable="false" identity="true" comment="ID"/> <column xsi:type="varchar" name="path" nullable="false" length="255" default="general" comment="Config Path"/> <column xsi:type="text" name="value" nullable="false" comment="Value"/> <constraint xsi:type="primary" referenceId="PRIMARY"> <column name="config_id"/> </constraint> <constraint xsi:type="unique" referenceId="XTENTO_XTCORE_CONFIG_DATA_PATH"> <column name="path"/> </constraint> </table> </schema> <!-- /** * Product: Xtento_XtCore * ID: u66QkJ5rBwmimhUzUElhIKqqWRvsbhC3WLqSMk5AjmQ= * Last Modified: 2022-06-23T21:45:23+00:00 * File: app/code/Xtento/XtCore/etc/db_schema.xml * Copyright: Copyright (c) XTENTO GmbH & Co. KG <[email protected]> / All rights reserved. */ -->