Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
| section | INT UNSIGNED | 10 | null |
|
|
||||||
| name | VARCHAR | 45 | null |
|
|
||||||
| description | VARCHAR | 255 | null |
|
|
||||||
| url | VARCHAR | 45 | null |
|
|
||||||
| map | VARCHAR | 100 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| sectionIdx | Performance | Asc | section |
