Migration Error – craft\errors\MigrationException
An error occurred while executing the "craft\shopify\migrations\Install migration: SQLSTATE[42703]: Undefined column: 7 ERROR: column "shopifyid" named in key does not exist at character 544
The SQL being executed was: CREATE TABLE "shopify_productdata" (
"shopifyId" varchar(255),
"title" text,
"bodyHtml" text,
"createdAt" timestamp(0),
"handle" varchar(255),
"images" text,
"options" text,
"productType" varchar(255),
"publishedAt" timestamp(0),
"publishedScope" varchar(255),
"shopifyStatus" varchar(255),
"tags" varchar(255),
"templateSuffix" varchar(255),
"updatedAt" varchar(255),
"variants" text,
"vendor" varchar(255),
"metaFields" text,
"dateCreated" timestamp(0) NOT NULL,
"dateUpdated" timestamp(0) NOT NULL,
"uid" varchar(255),
PRIMARY KEY(shopifyId)
)
Description
Happens on fresh install
Steps to reproduce
Additional info