projects_bugs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id CHAR 36 null
bug_id CHAR 36 null
bugs.id Defined in XMLR
project_id CHAR 36 null
project.id Defined in XMLR
date_modified DATETIME 26 null
deleted BIT 1 0

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_proj_bug_bug Performance Asc bug_id
idx_proj_bug_proj Performance Asc project_id
projects_bugs_alt Performance Asc/Asc project_id + bug_id

Relationships