TESC

166 rows


Description

Test Comments

Columns

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

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

USER_ID INT UNSIGNED 10 null
USER.USER_ID TESC_ibfk_1C
TEST_ID INT UNSIGNED 10 null
TEST.TEST_ID TESC_ibfk_2C
TESC_COM VARCHAR 1000 null

Comment to Test

REVW_COM BIT 1 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc TESC_ID
TEST_ID Performance Asc TEST_ID
USER_ID Performance Asc USER_ID

Relationships