Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| type | enum('repomd', 'directory') | 9 | null |
|
|
|||
| url | VARBINARY | 255 |
|
|
||||
| priority | INT UNSIGNED | 10 | 500 |
|
|
|||
| enabled | enum('false', 'true') | 6 | true |
|
|
|||
| auth_required | enum('false', 'true') | 6 | false |
|
|
|||
| login | VARBINARY | 255 | √ | null |
|
|
||
| password | VARBINARY | 255 | √ | null |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| url | Must be unique | Asc | url |