Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| entity_id | int4 | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| proj_partner_id | serial | 10 | √ | nextval('moped_proj_partners_proj_partner_id_seq'::regclass) | 
                                         | 
                                    
                                         | 
                                    ||||
| project_id | int4 | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| created_at | timestamptz | 35,6 | √ | now() | 
                                         | 
                                    
                                         | 
                                    Timestamp when the record was created  | 
                                |||
| created_by_user_id | int4 | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    ID of the user who created the record  | 
                                |||
| is_deleted | bool | 1 | false | 
                                         | 
                                    
                                         | 
                                    Indicates soft deletion  | 
                                ||||
| updated_at | timestamptz | 35,6 | now() | 
                                         | 
                                    
                                         | 
                                    Timestamp when the record was last updated  | 
                                ||||
| updated_by_user_id | int4 | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    ID of the user who last updated the record  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| moped_proj_partners_pkey | Primary key | Asc | proj_partner_id | 
| moped_proj_partners_proj_partner_id_key | Must be unique | Asc | proj_partner_id |