Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
SAMF_ID | INT UNSIGNED | 10 | √ | null |
|
|
Unique ID (primary key) for entries in the SAMF table |
|||
SAMP_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
SAMF_DESC | VARCHAR | 1000 | √ | null |
|
|
Detailed description of the associated file (e.g., lab test report, charts, test photos) |
|||
FILE_ID | INT UNSIGNED | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | SAMF_ID |
FILE_ID | Performance | Asc | FILE_ID |
SAMP_ID | Performance | Asc | SAMP_ID |