quiz_slot_tags

0 rows


Description

Stores data about the tags that a question must have so that

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
slotid BIGINT 19 null
quiz_slots.id quizslottags_slo2_fkR
tagid BIGINT 19 null
tag.id quizslottags_tag2_fkR
tagname VARCHAR 255 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
quizslottags_slo4_ix Performance Asc slotid
quizslottags_tag4_ix Performance Asc tagid

Relationships