Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
SWVG_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the SWVG table |
|||
GSWG_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
SWVG_NAME | VARCHAR | 64 | √ | null |
|
|
Name of the VS/VP profile |
|||
SWVG_DESC | VARCHAR | 1000 | √ | null |
|
|
Description of the VS/VP profile |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | SWVG_ID |
GSWG_ID | Performance | Asc | GSWG_ID |