Database ENGINE=InnoDB;
When Shopware creates new database tables, it should always add tags like the following. At least when these are the collations that are needed. Otherwise a little database misconfiguration can stop you from installing B2B-Suite for example.
COLLATE=\'utf8unicodeci\'
ENGINE=InnoDB;
1
vote
Patrick Hölscher
shared this idea