Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_pos_type_info_data_param_id_seq'::regclass) |
|
|
||||
dataid | int8 | 19 | null |
|
|
|||||
value | varchar | 32 | ''::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_postypeinfodatapara_id_pk | Primary key | Asc | id |
app_postypeinfodatapara_dat_ix | Performance | Asc | dataid |
app_postypeinfodatapara_val_ix | Performance | Asc | value |