Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('refs_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||||||||||||
type | ref_type | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||
title | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||
country_id | int8 | 19 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||
com_id | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||
quality_control_passed | bool | 1 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||
version | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||
latest | bool | 1 | √ | null |
|
|
Table contained 312 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
refs_pkey | Primary key | Asc | id |
unique_ref_title | Must be unique | Asc | title |