Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('features_id_seq'::regclass) | 
                                         | 
                                    
                                         | 
                                    ||||
| component_id | int4 | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| is_deleted | bool | 1 | false | 
                                         | 
                                    
                                         | 
                                    Indicates soft deletion  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| features_pkey | Primary key | Asc | id |