Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('gobs.metadata_id_seq'::regclass) | 
                                         | 
                                    
                                         | 
                                    Id of the version  | 
                                |
| me_version | text | 2147483647 | null | 
                                         | 
                                    
                                         | 
                                    Version. Ex: 1.0.2  | 
                                ||
| me_version_date | date | 13 | null | 
                                         | 
                                    
                                         | 
                                    Date of the version. Ex: 2019-06-01  | 
                                ||
| me_status | int2 | 5 | null | 
                                         | 
                                    
                                         | 
                                    Status of the version. 1 means active version, 0 means older version  | 
                                
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| metadata_pkey | Primary key | Asc | id | 
| metadata_me_version_key | Must be unique | Asc | me_version | 
