OBSC

172 rows


Description

Observation Comment

Columns

Column Type Size Nulls Auto Default Children Parents Comments
OBSC_ID INT UNSIGNED 10 null

Unique ID (primary key) for entries in the OBSC table

USER_ID INT UNSIGNED 10 null
USER.USER_ID OBSC_ibfk_1C
FLDO_ID INT UNSIGNED 10 null
FLDO.FLDO_ID OBSC_ibfk_2C
OBSC_COM VARCHAR 1000 null

Comment to FLDO (Observation)

REVW_COM BIT 1 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc OBSC_ID
FLDO_ID Performance Asc FLDO_ID
USER_ID Performance Asc USER_ID

Relationships