Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| project_id | int4 | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    PK/FK. ID of the project. Links to the project table. Part of composite primary key.  | 
                                ||||
| reference_id | int4 | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    PK/FK. ID of the reference work. Links to reference_work table. Part of composite primary key.  | 
                                ||||
| timestamp_created | timestamptz | 35,6 | now() | 
                                         | 
                                    
                                         | 
                                    |||||
| timestamp_modified | timestamptz | 35,6 | √ | now() | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| project_citation_id | Primary key | Asc/Asc | project_id + reference_id | 

