Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-sales-sequence/etc/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-sales-sequence/etc/db_schema_whitelist.json

{
    "sales_sequence_profile": {
        "column": {
            "profile_id": true,
            "meta_id": true,
            "prefix": true,
            "suffix": true,
            "start_value": true,
            "step": true,
            "max_value": true,
            "warning_value": true,
            "is_active": true
        },
        "constraint": {
            "PRIMARY": true,
            "SALES_SEQUENCE_PROFILE_META_ID_SALES_SEQUENCE_META_META_ID": true,
            "SALES_SEQUENCE_PROFILE_META_ID_PREFIX_SUFFIX": true
        }
    },
    "sales_sequence_meta": {
        "column": {
            "meta_id": true,
            "entity_type": true,
            "store_id": true,
            "sequence_table": true
        },
        "constraint": {
            "PRIMARY": true,
            "SALES_SEQUENCE_META_ENTITY_TYPE_STORE_ID": true
        }
    }
}