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 |
|
|
||||
userid | BIGINT | 19 | null |
|
|
|||||
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 |