Here's the error that gets out:
Upgrading schema ... SQLSTATE [42000]: Syntax error or access violation: 1171 All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead, query was: CREATE TABLE IF NOT EXISTS `mageplaza_seo_url_map` (
`option_id` int NULL COMMENT 'Option ID',
`attribute_code` text NULL COMMENT 'Attribute Code',
`url_key` text NULL COMMENT 'Url Key',
PRIMARY KEY (`option_id`)
) COMMENT = 'Seo Url key Table' ENGINE = INNODB charset = utf8 COLLATE = utf8_general_ci
Staged on a "clean" store, where the previous version was not installed