Magento 2.3.4
This error after removal of optional Content Staging modules
Schema creation/updates:
SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key, query was: ALTER TABLE cms_block MODIFY COLUMN block_id
smallint(6) NOT NULL AUTO_INCREMENT COMMENT "Entity ID", DROP PRIMARY KEY, ADD CONSTRAINT PRIMARY KEY (block_id)
Magento 2.3.4 This error after removal of optional Content Staging modules
Schema creation/updates: SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key, query was: ALTER TABLE
cms_block
MODIFY COLUMNblock_id
smallint(6) NOT NULL AUTO_INCREMENT COMMENT "Entity ID", DROP PRIMARY KEY, ADD CONSTRAINT PRIMARY KEY (block_id
)