Goal User Assignment Table Schema (goal_user_assignment)


Description

Stores the user assignments of goals

goal_user_assignment table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
assigntype TINYINT 3 null
assignmentid BIGINT 19 null
goalid BIGINT 19 null
goal.id goaluserassi_goa2_fk R
userid BIGINT 19 null
user.id goaluserassi_use2_fk R
extrainfo VARCHAR 255 null
timemodified BIGINT 19 null
usermodified BIGINT 19 null

Table contained -1 rows

goal_user_assignment table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
goaluserassi_goa_ix Performance Asc goalid
goaluserassi_use_ix Performance Asc userid

goal_user_assignment table relationships