HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/magento/module-sales-sequence/etc/db_schema.xml
<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
    <table name="sales_sequence_profile" resource="sales" engine="innodb" comment="sales_sequence_profile" onCreate="skip-migration">
        <column xsi:type="int" name="profile_id" unsigned="true" nullable="false" identity="true"
                comment="ID"/>
        <column xsi:type="int" name="meta_id" unsigned="true" nullable="false" identity="false"
                comment="Meta_id"/>
        <column xsi:type="varchar" name="prefix" nullable="true" length="32" comment="Prefix"/>
        <column xsi:type="varchar" name="suffix" nullable="true" length="32" comment="Suffix"/>
        <column xsi:type="int" name="start_value" unsigned="true" nullable="false" identity="false"
                default="1" comment="Start value for sequence"/>
        <column xsi:type="int" name="step" unsigned="true" nullable="false" identity="false" default="1"
                comment="Step for sequence"/>
        <column xsi:type="int" name="max_value" unsigned="true" nullable="false" identity="false"
                comment="MaxValue for sequence"/>
        <column xsi:type="int" name="warning_value" unsigned="true" nullable="false" identity="false"
                comment="WarningValue for sequence"/>
        <column xsi:type="boolean" name="is_active" nullable="false" default="false" comment="isActive flag"/>
        <constraint xsi:type="primary" referenceId="PRIMARY">
            <column name="profile_id"/>
        </constraint>
        <constraint xsi:type="foreign" referenceId="SALES_SEQUENCE_PROFILE_META_ID_SALES_SEQUENCE_META_META_ID"
                    table="sales_sequence_profile" column="meta_id" referenceTable="sales_sequence_meta"
                    referenceColumn="meta_id" onDelete="CASCADE"/>
        <constraint xsi:type="unique" referenceId="SALES_SEQUENCE_PROFILE_META_ID_PREFIX_SUFFIX">
            <column name="meta_id"/>
            <column name="prefix"/>
            <column name="suffix"/>
        </constraint>
    </table>
    <table name="sales_sequence_meta" resource="sales" engine="innodb" comment="sales_sequence_meta" onCreate="skip-migration">
        <column xsi:type="int" name="meta_id" unsigned="true" nullable="false" identity="true"
                comment="ID"/>
        <column xsi:type="varchar" name="entity_type" nullable="false" length="32" comment="Prefix"/>
        <column xsi:type="smallint" name="store_id" unsigned="true" nullable="false" identity="false"
                comment="Store ID"/>
        <column xsi:type="varchar" name="sequence_table" nullable="false" length="64" comment="table for sequence"/>
        <constraint xsi:type="primary" referenceId="PRIMARY">
            <column name="meta_id"/>
        </constraint>
        <constraint xsi:type="unique" referenceId="SALES_SEQUENCE_META_ENTITY_TYPE_STORE_ID">
            <column name="entity_type"/>
            <column name="store_id"/>
        </constraint>
    </table>
</schema>