linear_issue_labels
Join table between issues and labels
-
id
Primary key - Unique identifier for the row
-
issue_id
Foreign key - ID of the issue the label is associated with
-
label_id
Foreign key - ID of the label the issue is associated with