Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| workgroup_name | text | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    |||||||
| workgroup_id | serial | 10 | √ | nextval('moped_workgroup_workgroup_id_seq'::regclass) | 
                                        
  | 
                                    
                                         | 
                                    ||||||
| date_added | timestamptz | 35,6 | √ | clock_timestamp() | 
                                         | 
                                    
                                         | 
                                    ||||||
| department_id | int4 | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| workgroup_abbreviation | text | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| is_deleted | bool | 1 | false | 
                                         | 
                                    
                                         | 
                                    Indicates soft deletion  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| moped_workgroup_pkey | Primary key | Asc | workgroup_id | 
| moped_workgroup_workgroup_id_key | Must be unique | Asc | workgroup_id |