|
|
|
@ -8,7 +8,12 @@ use Doctrine\ORM\Mapping as ORM; |
|
|
|
|
/** |
|
|
|
|
* TrackEAttemptRecording |
|
|
|
|
* |
|
|
|
|
* @ORM\Table(name="track_e_attempt_recording", indexes={@ORM\Index(name="exe_id", columns={"exe_id"}), @ORM\Index(name="question_id", columns={"question_id"}), @ORM\Index(name="session_id", columns={"session_id"})}) |
|
|
|
|
* @ORM\Table(name="track_e_attempt_recording", |
|
|
|
|
* indexes={ |
|
|
|
|
* @ORM\Index(name="exe_id", columns={"exe_id"}), |
|
|
|
|
* @ORM\Index(name="question_id", columns={"question_id"}), |
|
|
|
|
* @ORM\Index(name="session_id", columns={"session_id"}) |
|
|
|
|
* }) |
|
|
|
|
* @ORM\Entity |
|
|
|
|
*/ |
|
|
|
|
class TrackEAttemptRecording |
|
|
|
|