Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||
name | VARCHAR | 255 |
|
|
||||||||
typeid | BIGINT | 19 | null |
|
|
|||||||
userid | BIGINT | 19 | 0 |
|
|
|||||||
contextid | BIGINT | 19 | null |
|
|
|||||||
username | VARCHAR | 255 | √ | null |
|
|
||||||
password | VARCHAR | 255 | √ | null |
|
|
||||||
timecreated | BIGINT | 19 | √ | null |
|
|
||||||
timemodified | BIGINT | 19 | √ | null |
|
|
||||||
readonly | BIT | 1 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
repoinst_con_ix | Performance | Asc | contextid |
repoinst_use_ix | Performance | Asc | userid |