Tool Cohortroles Table Schema (tool_cohortroles)


Description

Mapping of users to cohort role assignments.

tool_cohortroles table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
cohortid BIGINT 19 null
cohort.id Implied Constraint R

The cohort to sync

roleid BIGINT 19 null
role.id Implied Constraint R

The role to assign

userid BIGINT 19 null
user.id Implied Constraint R

The user to sync

timecreated BIGINT 19 null

The time this record was created

timemodified BIGINT 19 null

The time this record was modified.

usermodified BIGINT 19 null

Who last modified this record?

Table contained -1 rows

tool_cohortroles table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
toolcoho_cohroluse_uix Must be unique Asc/Asc/Asc cohortid + roleid + userid

tool_cohortroles table relationships