Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
LAB_PROGRAM_SAMP_ID | INT UNSIGNED | 10 | √ | null |
|
|
primary key |
|||
LAB_PROGRAM_ID | INT UNSIGNED | 10 | √ | null |
|
|
foreign key to lab program table |
|||
SAMP_ID | INT UNSIGNED | 10 | √ | null |
|
|
foreign key to sample table |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | LAB_PROGRAM_SAMP_ID |
LAB_PROGRAM_ID | Performance | Asc | LAB_PROGRAM_ID |
SAMP_ID | Performance | Asc | SAMP_ID |