Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
stock_dbxrefprop_id | serial | 10 | √ | nextval('stock_dbxrefprop_stock_dbxrefprop_id_seq'::regclass) |
|
|
|||||
stock_dbxref_id | int4 | 10 | null |
|
|
||||||
type_id | int4 | 10 | null |
|
|
||||||
value | text | 2147483647 | √ | null |
|
|
|||||
rank | int4 | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
stock_dbxrefprop_pkey | Primary key | Asc | stock_dbxrefprop_id |
stock_dbxrefprop_c1 | Must be unique | Asc/Asc/Asc | stock_dbxref_id + type_id + rank |
stock_dbxrefprop_idx1 | Performance | Asc | stock_dbxref_id |
stock_dbxrefprop_idx2 | Performance | Asc | type_id |