← Shopware 5.7.19

Shopware 5.7.19 s_articles_vote

Customer product reviews/ratings with title, comment, star rating, and approval status.

Columns

12 columns

Column Type Nullable Additional
id int(11) NO Primary Key, auto_increment
articleID int(11) NO Index
name varchar(255) NO
headline varchar(255) NO
comment mediumtext NO
points double NO Index
datum datetime NO
active int(11) NO
email varchar(255) NO
answer text NO
answer_date datetime YES
shop_id int(11) YES

Indexes

4 indexes

Index Name Columns Unique
articleID articleID No
get_articles_votes articleID,active,datum No
PRIMARY id Yes
vote_average points No