Report Builder Group Assign Table Schema (report_builder_group_assign)


Description

Assigns activities to groups

report_builder_group_assign table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
groupid BIGINT 19 null
report_builder_group.id repobuilgrouassi_gro2_fk R

ID of the group to assign an activity to

itemid VARCHAR 255

ID of the item to assign to the group

Table contained -1 rows

report_builder_group_assign table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
repobuilgrouassi_gro_ix Performance Asc groupid
repobuilgrouassi_groite_uix Must be unique Asc/Asc groupid + itemid

report_builder_group_assign table relationships