I just upgrade to Magento 2.3.3 from Magento 2.2.9 following these steps (https://magento.stackexchange.com/questions/251778/how-to-upgrade-magento-version-from-2-2-x-to-2-3-0). However, at the step
php bin/magento setup:upgrade
i got the error message below
SQLSTATE[23000]: Integrity constraint violation: 1022 Can't write; duplicate key in table '#sql-1767_f1786', query was: ALTER TABLE
catalog_product_entity_textMODIFY COLUMNvalue_idint(11) NOT NULL AUTO_INCREMENT COMMENT "Value ID", ADD CONSTRAINT PRIMARY KEY (value_id), ADD CONSTRAINTCAT_PRD_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_IDFOREIGN KEY (attribute_id) REFERENCESeav_attribute(attribute_id) ON DELETE CASCADE, ADD CONSTRAINTCAT_PRD_ENTT_TEXT_ENTT_ID_CAT_PRD_ENTT_ENTT_IDFOREIGN KEY (entity_id) REFERENCEScatalog_product_entity(entity_id) ON DELETE CASCADE, ADD CONSTRAINTCATALOG_PRODUCT_ENTITY_TEXT_STORE_ID_STORE_STORE_IDFOREIGN KEY (store_id) REFERENCESstore(store_id) ON DELETE CASCADE, ADD CONSTRAINTCATALOG_PRODUCT_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_IDUNIQUE KEY (entity_id,attribute_id,store_id), ADD INDEXCATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE_ID(attribute_id), ADD INDEXCATALOG_PRODUCT_ENTITY_TEXT_STORE_ID(store_id)