appraisal_role_assignment table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||
appraisaluserassignmentid | BIGINT | 19 | null |
|
|
|||||||||
userid | BIGINT | 19 | null |
|
|
|||||||||
appraisalrole | SMALLINT | 5 | null |
|
|
|||||||||
activepageid | BIGINT | 19 | √ | null |
|
|
||||||||
timecreated | BIGINT | 19 | √ | 0 |
|
|
Table contained -1 rows
appraisal_role_assignment table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
apprroleassi_app_ix | Performance | Asc | appraisaluserassignmentid |
apprroleassi_appuseapp_uix | Must be unique | Asc/Asc/Asc | appraisaluserassignmentid + userid + appraisalrole |
apprroleassi_use_ix | Performance | Asc | userid |