Nuacht

Import Large JSON Data into a MySQL Database You can use basic SQL INSERT queries to manually import data from JSON into a database row. That approach works fine for inserting a few records.
When trying to run entimport on a shopware 6 mysql database, I'm met with the following error: schema import failed - mysql: unknown attribute "STORED GENERATED" I have never encountered a "STORED ...