WordPress database error: [Can't write; duplicate key in table '#sql-3d6a_53237']ALTER TABLE KSo_ea_appointments
ADD CONSTRAINT KSo_ea_appointments_ibfk_1 FOREIGN KEY (location) REFERENCES KSo_ea_locations (id) ON DELETE CASCADE,
ADD CONSTRAINT KSo_ea_appointments_ibfk_2 FOREIGN KEY (service) REFERENCES KSo_ea_services (id) ON DELETE CASCADE,
ADD CONSTRAINT KSo_ea_appointments_ibfk_3 FOREIGN KEY (worker) REFERENCES KSo_ea_staff (id) ON DELETE CASCADE
WordPress database error: [Can't write; duplicate key in table '#sql-3d6a_53237']ALTER TABLE KSo_ea_connections
ADD CONSTRAINT KSo_ea_connections_ibfk_1 FOREIGN KEY (location) REFERENCES KSo_ea_locations (id) ON DELETE CASCADE,
ADD CONSTRAINT KSo_ea_connections_ibfk_2 FOREIGN KEY (service) REFERENCES KSo_ea_services (id) ON DELETE CASCADE,
ADD CONSTRAINT KSo_ea_connections_ibfk_3 FOREIGN KEY (worker) REFERENCES KSo_ea_staff (id) ON DELETE CASCADE
WordPress database error: [Duplicate column name 'description']ALTER TABLE KSo_ea_services ADD COLUMN description TEXT NULL