Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
timecreated | BIGINT | 19 | null |
|
|
The time this record was created. |
||||
timemodified | BIGINT | 19 | null |
|
|
The time this record was modified. |
||||
usermodified | BIGINT | 19 | null |
|
|
The user who modified this record. |
||||
name | VARCHAR | 255 |
|
|
The service name. |
|||||
url | LONGTEXT | 2147483647 | null |
|
|
The url to the endpoint |
||||
issuerid | BIGINT | 19 | null |
|
|
The identity provider this service belongs to. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
oautendp_iss_ix | Performance | Asc | issuerid |
oautendp_use_ix | Performance | Asc | usermodified |