← Shopware 6.7.8.0

Shopware 6.7.8.0 consent_log

Audit log of cookie/consent actions taken by storefront visitors (cookie consent tool).

Columns

4 columns

Column Type Nullable Additional
id bigint unsigned NO Primary Key, auto_increment
consent_name varchar(100) NO Index
timestamp datetime(3) NO
message longtext NO

Indexes

2 indexes

Index Name Columns Unique
idx.consent_log.history consent_name No
PRIMARY id Yes