Feedback Template Table Schema (feedback_template)


Description

templates of feedbackstructures

feedback_template table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
feedback_item.template feeditem_tem2_fk R
course BIGINT 19 0
ispublic BIT 1 0
name VARCHAR 255

Table contained -1 rows

feedback_template table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
feedtemp_cou_ix Performance Asc course

feedback_template table relationships