LAB

7 rows


Description

Lab general information

Columns

Column Type Size Nulls Auto Default Children Parents Comments
LAB_ID INT UNSIGNED 10 null
LAB_PROGRAM.LAB_ID LAB_PROGRAM_ibfk_1C

Primary Key

USER_ID INT UNSIGNED 10 null
USER.USER_ID LAB_ibfk_1R
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

Relationships