Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_pos_type_info_data_id_seq'::regclass) |
|
|
||||
fieldid | int8 | 19 | null |
|
|
|||||
positionid | int8 | 19 | null |
|
|
|||||
data | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_postypeinfodata_id_pk | Primary key | Asc | id |
app_postypeinfodata_fie_ix | Performance | Asc | fieldid |
app_postypeinfodata_fiepos_uix | Must be unique | Asc/Asc | fieldid + positionid |
app_postypeinfodata_pos_ix | Performance | Asc | positionid |