GET http://programari.spitalulalexandria.ro:8080/appointment

Query Metrics

1 Database Queries
1 Different statements
0.27 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.27 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.is_active AS is_active_4, t0.created AS created_5, t0.updated AS updated_6 FROM medical_specialties t0
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Infrastructure\Entity\MedicalSpecialty No errors.
App\Infrastructure\Entity\HospitalService
  • The field 'App\Infrastructure\Entity\HospitalService#duration' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The field 'App\Infrastructure\Entity\HospitalService#isActive' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
App\Infrastructure\Entity\User No errors.
App\Infrastructure\Entity\Doctor
  • The field App\Infrastructure\Entity\Doctor#doctorDetails is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Infrastructure\Entity\DoctorDetails#doctor does not contain the required 'inversedBy="doctorDetails"' attribute.