Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
TESF_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the TESF table |
|||
TEST_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
TESF_DESC | VARCHAR | 1000 | √ | null |
|
|
Detailed description of the associated file (e.g., original data, profile image) |
|||
FILE_ID | INT UNSIGNED | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | TESF_ID |
FILE_ID | Performance | Asc | FILE_ID |
TEST_ID | Performance | Asc | TEST_ID |