Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Mapping ID |
|||||
name | VARCHAR | 64 | √ | null |
|
|
Name of Mapping |
|||||
description | VARCHAR | 255 | √ | null |
|
|
Description of Mapping. |
|||||
mapping_type_id | INT UNSIGNED | 10 | √ | null |
|
|
Mapping Type |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
UI_name | Performance | Asc | name |