Shopware 5.7.5 s_articles_vote
Customer product reviews/ratings with title, comment, star rating, and approval status.
| 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 | |
| Index Name | Columns | Unique |
| articleID | articleID | No |
| get_articles_votes | articleID,active,datum | No |
| PRIMARY | id | Yes |
| vote_average | points | No |