|
|
|
|
@ -8,7 +8,12 @@ use Doctrine\ORM\Mapping as ORM; |
|
|
|
|
/** |
|
|
|
|
* TrackEHotspot |
|
|
|
|
* |
|
|
|
|
* @ORM\Table(name="track_e_hotspot", indexes={@ORM\Index(name="hotspot_course_code", columns={"hotspot_course_code"}), @ORM\Index(name="hotspot_user_id", columns={"hotspot_user_id"}), @ORM\Index(name="hotspot_exe_id", columns={"hotspot_exe_id"}), @ORM\Index(name="hotspot_question_id", columns={"hotspot_question_id"})}) |
|
|
|
|
* @ORM\Table(name="track_e_hotspot", indexes={ |
|
|
|
|
* @ORM\Index(name="hotspot_course_code", columns={"hotspot_course_code"}), |
|
|
|
|
* @ORM\Index(name="hotspot_user_id", columns={"hotspot_user_id"}), |
|
|
|
|
* @ORM\Index(name="hotspot_exe_id", columns={"hotspot_exe_id"}), |
|
|
|
|
* @ORM\Index(name="hotspot_question_id", columns={"hotspot_question_id"}) |
|
|
|
|
* }) |
|
|
|
|
* @ORM\Entity |
|
|
|
|
*/ |
|
|
|
|
class TrackEHotspot |
|
|
|
|
|