component_development_task_link

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
componentId INT 10 NULL
taskId INT 10 NULL
weight INT 10 0

Indexes

Constraint Name Type Sort Column(s)
component_development_task_link_s_pk Primary key Asc id
componentId Must be unique Asc/Asc componentId + taskId
componentId_2 Performance Asc/Asc componentId + weight
PRIMARY Must be unique Asc id

Relationships