Tag prompt deployments
| Name | Datatype | Description |
|---|---|---|
| id | int(11) | Primary key of the entry in table, auto increments by default |
| tag_prompt_id | int(11) | ID of the tag prompt |
| assignment_id | int(11) | ID of the assignment for which a tag is created |
| questionnaire_id | int(11) | ID of the questionaire for which tag is created |
| question_type | varchar(255) | type of question, depends on whether the based on the format of answer that it expects |
| answer_length_threshold | int(11) | Maximumm length of answer expected |
| created_at | datetime | Time of creation of row |
| updated_at | datetime | Time of updation of row |
E/R diagram of tables referencing tag_prompt_deployments table
The following image shows the tables referencing users table
E/R diagram of tables users table is referencing to
The following image shows the tables that tag_prompt_deployments table is referenced by:
Back to Database Tables Main page.