Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
LAB_ID | INT UNSIGNED | 10 | √ | null |
|
|
Primary Key |
|||
USER_ID | INT UNSIGNED | 10 | √ | null |
|
|
||||
LAB_NAME | VARCHAR | 64 | √ | null |
|
|
Name of the laboratory |
|||
LAB_LAT | DOUBLE | 22 | √ | null |
|
|
Latitude of the laboratory in decimal degrees |
|||
LAB_LON | DOUBLE | 22 | √ | null |
|
|
Longitude of the laboratory in decimal degrees |
|||
LAB_DESC | VARCHAR | 1000 | √ | null |
|
|
Description of the laboratory |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | LAB_ID |
USER_ID | Performance | Asc | USER_ID |