On running the setup:upgrade command I’m receiving this error on Schema generation.
Schema creation/updates:
SQLSTATE[HY000]: General error: 1823 Failed to add the foreign key constraint ‘/CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID’ to system tables, query was: ALTER TABLEcustomer_entityADD CONSTRAINTCUSTOMER_ENTITY_STORE_ID_STORE_STORE_IDFOREIGN KEY (store_id) REFERENCESstore(store_id) ON DELETE SET NULL, ADD CONSTRAINTCUSTOMER_ENTITY_WEBSITE_ID_STORE_WEBSITE_WEBSITE_IDFOREIGN KEY (website_id) REFERENCESstore_website(website_id) ON DELETE SET NULL