Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-security/etc/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/module-security/etc/db_schema_whitelist.json

{
    "admin_user_session": {
        "column": {
            "id": true,
            "session_id": true,
            "user_id": true,
            "status": true,
            "created_at": true,
            "updated_at": true,
            "ip": true
        },
        "index": {
            "ADMIN_USER_SESSION_SESSION_ID": true,
            "ADMIN_USER_SESSION_USER_ID": true
        },
        "constraint": {
            "PRIMARY": true,
            "ADMIN_USER_SESSION_USER_ID_ADMIN_USER_USER_ID": true
        }
    },
    "password_reset_request_event": {
        "column": {
            "id": true,
            "request_type": true,
            "account_reference": true,
            "created_at": true,
            "ip": true
        },
        "index": {
            "PASSWORD_RESET_REQUEST_EVENT_ACCOUNT_REFERENCE": true,
            "PASSWORD_RESET_REQUEST_EVENT_CREATED_AT": true
        },
        "constraint": {
            "PRIMARY": true
        }
    },
    "admin_user_expiration": {
        "column": {
            "user_id": true,
            "expires_at": true
        },
        "constraint": {
            "PRIMARY": true,
            "ADMIN_USER_EXPIRATION_USER_ID_ADMIN_USER_USER_ID": true
        }
    }
}