Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
SITC_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the SITC table |
|||
USER_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
SITE_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
SITC_COM | VARCHAR | 1000 | √ | null |
|
|
Comment to Site |
|||
REVW_COM | BIT | 1 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | SITC_ID |
SITE_ID | Performance | Asc | SITE_ID |
USER_ID | Performance | Asc | USER_ID |