Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('tww_sys.oid_prefixes_id_seq'::regclass) | 
                                         | 
                                    
                                         | 
                                    ||
| prefix | bpchar | 8 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| organization | text | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||
| active | bool | 1 | √ | null | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| pkey_tww_is_oid_prefixes_id | Primary key | Asc | id | 
| in_tww_is_oid_prefixes_active | Performance | Asc | active | 
| in_tww_is_oid_prefixes_id | Must be unique | Asc | id |